color codes Logo

#df9f2d color codes

#DF9F2D
(223,159,45)
0 Favorites   0 Comments

Color spaces of #df9f2d

RGB 22315945
HSL0.110.740.53
HSV38°80°87°
CMYK 0.000.290.80   0.13
XYZ43.303240.67378.0511
Yxy40.67370.47050.4420
Hunter Lab63.77599.591837.1584
CIE-Lab69.946714.277064.2389

#df9f2d color RGB value is (223,159,45).

#df9f2d hex color red value is 223, green value is 159 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #df9f2d hue: 0.11 , saturation: 0.74 and the lightness value of df9f2d is 0.53.

The process color (four color CMYK) of #df9f2d color code is 0.00, 0.29, 0.80, 0.13. Web safe color of #df9f2d is #cc9933. Color #df9f2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 00101101
Octal 337 237 55
Decimal 223 159 45
Hex DF 9F 2D

RGB Percentages of Color #df9f2d

%52.22
%37.24
%10.54

CMYK Percentages of Color #df9f2d

%0
%29
%80
%13

Triadic Colors of #df9f2d

#df9f2d #2ddf9f #9f2ddf

Analogous Colors of #df9f2d

#df9f2d #c6df2d #df462d

Monochromatic Colors of #df9f2d

#df9f2d

Complementary Color

#df9f2d #2d6ddf

#df9f2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9f2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9f2d Color CSS Codes

.mybgcolor {background-color:#df9f2d; } 
.myforecolor {color:#df9f2d; }
.mybordercolor {border:3px solid #df9f2d; }

#df9f2d Text Font Color

<p style="color:#df9f2d">Text here</p>

This sample text font color is #df9f2d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#df9f2d Background Color

<div style="background-color:#df9f2d">
Div content here</div>

This div background color is #df9f2d


#df9f2d Border Color

<div style="border:3px solid #df9f2d">
Div here</div>

This div border color is #df9f2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,159,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df9f2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df9f2d;
  -webkit-box-shadow: 1px 1px 3px 2px #df9f2d;
  box-shadow:         1px 1px 3px 2px #df9f2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,159,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df9f2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #df9f2d;
  -webkit-box-shadow: 1px 1px 3px 2px #df9f2d;
  box-shadow:         1px 1px 3px 2px #df9f2d;">
Div content here</div>

This div box has shadow with color #df9f2d


Comments

No comments written yet.

Please login to write comment.