Html Css Color HEX #DCB782 Burly Wood

📋 copy color: '#DCB782'

red 220 ◦ green 183 ◦ blue 130

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

Shades of Burly Wood #DCB782

Tints of Burly Wood #DCB782

RGB

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

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

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

R = 41.28%
G = 34.33%
B = 24.39%

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

#DCB782 (or 0xDCB782) is known color: Burly Wood. HEX triplet: DC, B7 and 82. RGB value is (220,183,130). Sum of RGB (Red+Green+Blue) = 220+183+130=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB782 is #23487D. Grayscale: #BCBCBC. Windows color (decimal): -2312318 or 8566748. OLE color: 8566748.

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

Color convert

RGB 220 183 130 -
CMYK 0 0.17 0.41 0.14
HSL 35.33º 0.56% 0.69% -
HSV(B) 35.33º 0.41% 0.86% -
XYZ 50.48 50.69 28.24 -
YUV 188.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 220 183 130 0 0.17 0.41 0.14 35.33 0.56 0.69
Hex DC B7 82 0 11 29 E 23 38 45
Octal 334 267 202 0 21 51 16 43 70 105
Binary 11011100 10110111 10000010 0 10001 101001 1110 100011 111000 1000101

Color Harmonies of #DCB782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB782

Black with #DCB782

Text Example


Text Example

White with #DCB782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB782; }

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

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

background-color css

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

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

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

border-color css

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

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

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