Html Css Color HEX #DCB889 Burly Wood

📋 copy color: '#DCB889'

red 220 ◦ green 184 ◦ blue 137

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

Shades of Burly Wood #DCB889

Tints of Burly Wood #DCB889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.32%

R = 40.67%
G = 34.01%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCB889 (or 0xDCB889) is known color: Burly Wood. HEX triplet: DC, B8 and 89. RGB value is (220,184,137). Sum of RGB (Red+Green+Blue) = 220+184+137=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB889 is #234776. Grayscale: #BDBDBD. Windows color (decimal): -2312055 or 9025756. OLE color: 9025756.

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

Color convert

RGB 220 184 137 -
CMYK 0 0.16 0.38 0.14
HSL 33.98º 0.54% 0.7% -
HSV(B) 33.98º 0.38% 0.86% -
XYZ 51.17 51.3 30.87 -
YUV 189.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 220 184 137 0 0.16 0.38 0.14 33.98 0.54 0.7
Hex DC B8 89 0 10 26 E 22 36 46
Octal 334 270 211 0 20 46 16 42 66 106
Binary 11011100 10111000 10001001 0 10000 100110 1110 100010 110110 1000110

Color Harmonies of #DCB889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB889

Black with #DCB889

Text Example


Text Example

White with #DCB889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB889; }

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

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

background-color css

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

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

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

border-color css

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

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

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