Html Css Color HEX #DCB482 Burly Wood

📋 copy color: '#DCB482'

red 220 ◦ green 180 ◦ blue 130

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

Shades of Burly Wood #DCB482

Tints of Burly Wood #DCB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

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

R = 41.51%
G = 33.96%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCB482 (or 0xDCB482) is known color: Burly Wood. HEX triplet: DC, B4 and 82. RGB value is (220,180,130). Sum of RGB (Red+Green+Blue) = 220+180+130=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB482 is #234B7D. Grayscale: #BABABA. Windows color (decimal): -2313086 or 8565980. OLE color: 8565980.

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

Color convert

RGB 220 180 130 -
CMYK 0 0.18 0.41 0.14
HSL 33.33º 0.56% 0.69% -
HSV(B) 33.33º 0.41% 0.86% -
XYZ 49.87 49.47 28.04 -
YUV 186.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 220 180 130 0 0.18 0.41 0.14 33.33 0.56 0.69
Hex DC B4 82 0 12 29 E 21 38 45
Octal 334 264 202 0 22 51 16 41 70 105
Binary 11011100 10110100 10000010 0 10010 101001 1110 100001 111000 1000101

Color Harmonies of #DCB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB482

Black with #DCB482

Text Example


Text Example

White with #DCB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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