Html Css Color HEX #DCB381 Burly Wood

📋 copy color: '#DCB381'

red 220 ◦ green 179 ◦ blue 129

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

Shades of Burly Wood #DCB381

Tints of Burly Wood #DCB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 41.67%
G = 33.9%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB381 (or 0xDCB381) is known color: Burly Wood. HEX triplet: DC, B3 and 81. RGB value is (220,179,129). Sum of RGB (Red+Green+Blue) = 220+179+129=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB381 is #234C7E. Grayscale: #B9B9B9. Windows color (decimal): -2313343 or 8500188. OLE color: 8500188.

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

Color convert

RGB 220 179 129 -
CMYK 0 0.19 0.41 0.14
HSL 32.97º 0.57% 0.68% -
HSV(B) 32.97º 0.41% 0.86% -
XYZ 49.6 49.04 27.62 -
YUV 185.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 220 179 129 0 0.19 0.41 0.14 32.97 0.57 0.68
Hex DC B3 81 0 13 29 E 21 39 44
Octal 334 263 201 0 23 51 16 41 71 104
Binary 11011100 10110011 10000001 0 10011 101001 1110 100001 111001 1000100

Color Harmonies of #DCB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB381

Black with #DCB381

Text Example


Text Example

White with #DCB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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