Html Css Color HEX #DCB382 Burly Wood

📋 copy color: '#DCB382'

red 220 ◦ green 179 ◦ blue 130

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

Shades of Burly Wood #DCB382

Tints of Burly Wood #DCB382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.57%

R = 41.59%
G = 33.84%
B = 24.57%

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

#DCB382 (or 0xDCB382) is known color: Burly Wood. HEX triplet: DC, B3 and 82. RGB value is (220,179,130). Sum of RGB (Red+Green+Blue) = 220+179+130=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB382 is #234C7D. Grayscale: #B9B9B9. Windows color (decimal): -2313342 or 8565724. OLE color: 8565724.

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

Color convert

RGB 220 179 130 -
CMYK 0 0.19 0.41 0.14
HSL 32.67º 0.56% 0.69% -
HSV(B) 32.67º 0.41% 0.86% -
XYZ 49.66 49.07 27.97 -
YUV 185.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 220 179 130 0 0.19 0.41 0.14 32.67 0.56 0.69
Hex DC B3 82 0 13 29 E 21 38 45
Octal 334 263 202 0 23 51 16 41 70 105
Binary 11011100 10110011 10000010 0 10011 101001 1110 100001 111000 1000101

Color Harmonies of #DCB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB382

Black with #DCB382

Text Example


Text Example

White with #DCB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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