Html Css Color HEX #DCB881 Burly Wood

📋 copy color: '#DCB881'

red 220 ◦ green 184 ◦ blue 129

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

Shades of Burly Wood #DCB881

Tints of Burly Wood #DCB881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.2%

R = 41.28%
G = 34.52%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB881 (or 0xDCB881) is known color: Burly Wood. HEX triplet: DC, B8 and 81. RGB value is (220,184,129). Sum of RGB (Red+Green+Blue) = 220+184+129=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB881 is #23477E. Grayscale: #BCBCBC. Windows color (decimal): -2312063 or 8501468. OLE color: 8501468.

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

Color convert

RGB 220 184 129 -
CMYK 0 0.16 0.41 0.14
HSL 36.26º 0.57% 0.68% -
HSV(B) 36.26º 0.41% 0.86% -
XYZ 50.62 51.08 27.96 -
YUV 188.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 220 184 129 0 0.16 0.41 0.14 36.26 0.57 0.68
Hex DC B8 81 0 10 29 E 24 39 44
Octal 334 270 201 0 20 51 16 44 71 104
Binary 11011100 10111000 10000001 0 10000 101001 1110 100100 111001 1000100

Color Harmonies of #DCB881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB881

Black with #DCB881

Text Example


Text Example

White with #DCB881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB881; }

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

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

background-color css

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

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

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

border-color css

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

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

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