Html Css Color HEX #DCB384 Burly Wood

📋 copy color: '#DCB384'

red 220 ◦ green 179 ◦ blue 132

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

Shades of Burly Wood #DCB384

Tints of Burly Wood #DCB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 41.43%
G = 33.71%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB384 (or 0xDCB384) is known color: Burly Wood. HEX triplet: DC, B3 and 84. RGB value is (220,179,132). Sum of RGB (Red+Green+Blue) = 220+179+132=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB384 is #234C7B. Grayscale: #BABABA. Windows color (decimal): -2313340 or 8696796. OLE color: 8696796.

HSL color Cylindrical-coordinate representation of color #DCB384: hue angle of 32.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB384 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 132 -
CMYK 0 0.19 0.40 0.14
HSL 32.05º 0.56% 0.69% -
HSV(B) 32.05º 0.4% 0.86% -
XYZ 49.8 49.12 28.69 -
YUV 185.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 220 179 132 0 0.19 0.40 0.14 32.05 0.56 0.69
Hex DC B3 84 0 13 28 E 20 38 45
Octal 334 263 204 0 23 50 16 40 70 105
Binary 11011100 10110011 10000100 0 10011 101000 1110 100000 111000 1000101

Color Harmonies of #DCB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB384

Black with #DCB384

Text Example


Text Example

White with #DCB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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