Html Css Color HEX #DCB480 Burly Wood

📋 copy color: '#DCB480'

red 220 ◦ green 180 ◦ blue 128

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

Shades of Burly Wood #DCB480

Tints of Burly Wood #DCB480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.24%

R = 41.67%
G = 34.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB480 (or 0xDCB480) is known color: Burly Wood. HEX triplet: DC, B4 and 80. RGB value is (220,180,128). Sum of RGB (Red+Green+Blue) = 220+180+128=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB480 is #234B7F. Grayscale: #BABABA. Windows color (decimal): -2313088 or 8434908. OLE color: 8434908.

HSL color Cylindrical-coordinate representation of color #DCB480: hue angle of 33.91º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB480 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 128 -
CMYK 0 0.18 0.42 0.14
HSL 33.91º 0.57% 0.68% -
HSV(B) 33.91º 0.42% 0.86% -
XYZ 49.73 49.42 27.34 -
YUV 186.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 220 180 128 0 0.18 0.42 0.14 33.91 0.57 0.68
Hex DC B4 80 0 12 2A E 22 39 44
Octal 334 264 200 0 22 52 16 42 71 104
Binary 11011100 10110100 10000000 0 10010 101010 1110 100010 111001 1000100

Color Harmonies of #DCB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB480

Black with #DCB480

Text Example


Text Example

White with #DCB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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