Html Css Color HEX #DFB585 Burly Wood

📋 copy color: '#DFB585'

red 223 ◦ green 181 ◦ blue 133

#DFB585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #DFB585

Tints of Burly Wood #DFB585

RGB

 RED value IS 223 (87.5% from 255) = 41.53%

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 133 (52.34% from 255) = 24.77%

R = 41.53%
G = 33.71%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFB585 (or 0xDFB585) is known color: Burly Wood. HEX triplet: DF, B5 and 85. RGB value is (223,181,133). Sum of RGB (Red+Green+Blue) = 223+181+133=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB585 is #204A7A. Grayscale: #BCBCBC. Windows color (decimal): -2116219 or 8762847. OLE color: 8762847.

HSL color Cylindrical-coordinate representation of color #DFB585: hue angle of 32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFB585 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 181 133 -
CMYK 0 0.19 0.40 0.13
HSL 32º 0.58% 0.7% -
HSV(B) 32º 0.4% 0.87% -
XYZ 51.19 50.43 29.23 -
YUV 188.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 223 181 133 0 0.19 0.40 0.13 32 0.58 0.7
Hex DF B5 85 0 13 28 D 20 3A 46
Octal 337 265 205 0 23 50 15 40 72 106
Binary 11011111 10110101 10000101 0 10011 101000 1101 100000 111010 1000110

Color Harmonies of #DFB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB585

Black with #DFB585

Text Example


Text Example

White with #DFB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB585; }

 p { color: rgb(223,181,133); }

 H1.HeaderClassName
 {
   color: #DFB585;
 }
 .AnyTagClassName
 {
   color: #DFB585;
 }
</style>

background-color css

<style>
 a { background-color: #DFB585; }

 a { background-color: rgb(223,181,133); }

 div.DivClassName
 {
   background-color: #DFB585;
 }
 .BgClassName
 {
   background-color: #DFB585;
 }
</style>

border-color css

<style>
 span { border-color: #DFB585; }

 span { border-color: rgb(223,181,133); }

 td.TdClassName
 {
   border-color: #DFB585;
 }
 .TagClassName
 {
   border-color: #DFB585;
 }
</style>