Html Css Color HEX #DCB887 Burly Wood

📋 copy color: '#DCB887'

red 220 ◦ green 184 ◦ blue 135

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

Shades of Burly Wood #DCB887

Tints of Burly Wood #DCB887

RGB

 RED value IS 220 (86.33% from 255) = 40.82%

 GREEN value IS 184 (72.27% from 255) = 34.14%

 BLUE value IS 135 (53.13% from 255) = 25.05%

R = 40.82%
G = 34.14%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCB887 (or 0xDCB887) is known color: Burly Wood. HEX triplet: DC, B8 and 87. RGB value is (220,184,135). Sum of RGB (Red+Green+Blue) = 220+184+135=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB887 is #234778. Grayscale: #BDBDBD. Windows color (decimal): -2312057 or 8894684. OLE color: 8894684.

HSL color Cylindrical-coordinate representation of color #DCB887: hue angle of 34.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCB887 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 135 -
CMYK 0 0.16 0.39 0.14
HSL 34.59º 0.55% 0.7% -
HSV(B) 34.59º 0.39% 0.86% -
XYZ 51.03 51.25 30.12 -
YUV 189.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 220 184 135 0 0.16 0.39 0.14 34.59 0.55 0.7
Hex DC B8 87 0 10 27 E 23 37 46
Octal 334 270 207 0 20 47 16 43 67 106
Binary 11011100 10111000 10000111 0 10000 100111 1110 100011 110111 1000110

Color Harmonies of #DCB887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB887

Black with #DCB887

Text Example


Text Example

White with #DCB887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB887; }

 p { color: rgb(220,184,135); }

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

background-color css

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

 a { background-color: rgb(220,184,135); }

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

border-color css

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

 span { border-color: rgb(220,184,135); }

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