Html Css Color HEX #D9BB8C Burly Wood

📋 copy color: '#D9BB8C'

red 217 ◦ green 187 ◦ blue 140

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

Shades of Burly Wood #D9BB8C

Tints of Burly Wood #D9BB8C

RGB

 RED value IS 217 (85.16% from 255) = 39.89%

 GREEN value IS 187 (73.44% from 255) = 34.38%

 BLUE value IS 140 (55.08% from 255) = 25.74%

R = 39.89%
G = 34.38%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9BB8C (or 0xD9BB8C) is known color: Burly Wood. HEX triplet: D9, BB and 8C. RGB value is (217,187,140). Sum of RGB (Red+Green+Blue) = 217+187+140=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB8C is #264473. Grayscale: #BEBEBE. Windows color (decimal): -2507892 or 9223129. OLE color: 9223129.

HSL color Cylindrical-coordinate representation of color #D9BB8C: hue angle of 36.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BB8C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 140 -
CMYK 0 0.14 0.35 0.15
HSL 36.62º 0.5% 0.7% -
HSV(B) 36.62º 0.35% 0.85% -
XYZ 51.12 52.19 32.19 -
YUV 190.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 217 187 140 0 0.14 0.35 0.15 36.62 0.5 0.7
Hex D9 BB 8C 0 E 23 F 25 32 46
Octal 331 273 214 0 16 43 17 45 62 106
Binary 11011001 10111011 10001100 0 1110 100011 1111 100101 110010 1000110

Color Harmonies of #D9BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB8C

Black with #D9BB8C

Text Example


Text Example

White with #D9BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB8C; }

 p { color: rgb(217,187,140); }

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

background-color css

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

 a { background-color: rgb(217,187,140); }

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

border-color css

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

 span { border-color: rgb(217,187,140); }

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