Html Css Color HEX #DCB781 Burly Wood

📋 copy color: '#DCB781'

red 220 ◦ green 183 ◦ blue 129

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

Shades of Burly Wood #DCB781

Tints of Burly Wood #DCB781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.4%

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

R = 41.35%
G = 34.4%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB781 (or 0xDCB781) is known color: Burly Wood. HEX triplet: DC, B7 and 81. RGB value is (220,183,129). Sum of RGB (Red+Green+Blue) = 220+183+129=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB781 is #23487E. Grayscale: #BCBCBC. Windows color (decimal): -2312319 or 8501212. OLE color: 8501212.

HSL color Cylindrical-coordinate representation of color #DCB781: hue angle of 35.6º 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 #DCB781 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 129 -
CMYK 0 0.17 0.41 0.14
HSL 35.6º 0.57% 0.68% -
HSV(B) 35.6º 0.41% 0.86% -
XYZ 50.41 50.67 27.89 -
YUV 187.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 220 183 129 0 0.17 0.41 0.14 35.6 0.57 0.68
Hex DC B7 81 0 11 29 E 24 39 44
Octal 334 267 201 0 21 51 16 44 71 104
Binary 11011100 10110111 10000001 0 10001 101001 1110 100100 111001 1000100

Color Harmonies of #DCB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB781

Black with #DCB781

Text Example


Text Example

White with #DCB781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB781; }

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

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

background-color css

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

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

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

border-color css

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

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

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