Html Css Color HEX #DCB481 Burly Wood

📋 copy color: '#DCB481'

red 220 ◦ green 180 ◦ blue 129

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

Shades of Burly Wood #DCB481

Tints of Burly Wood #DCB481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.39%

R = 41.59%
G = 34.03%
B = 24.39%

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

#DCB481 (or 0xDCB481) is known color: Burly Wood. HEX triplet: DC, B4 and 81. RGB value is (220,180,129). Sum of RGB (Red+Green+Blue) = 220+180+129=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB481 is #234B7E. Grayscale: #BABABA. Windows color (decimal): -2313087 or 8500444. OLE color: 8500444.

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

Color convert

RGB 220 180 129 -
CMYK 0 0.18 0.41 0.14
HSL 33.63º 0.57% 0.68% -
HSV(B) 33.63º 0.41% 0.86% -
XYZ 49.8 49.44 27.69 -
YUV 186.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 220 180 129 0 0.18 0.41 0.14 33.63 0.57 0.68
Hex DC B4 81 0 12 29 E 22 39 44
Octal 334 264 201 0 22 51 16 42 71 104
Binary 11011100 10110100 10000001 0 10010 101001 1110 100010 111001 1000100

Color Harmonies of #DCB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB481

Black with #DCB481

Text Example


Text Example

White with #DCB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB481; }

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

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

background-color css

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

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

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

border-color css

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

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

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