#DDB484

Color #DDB484 Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DDB484

Tints of Burly Wood #DDB484

Color information

#DDB484 (or 0xDDB484) is unknown color: approx Burly Wood. HEX triplet: DD, B4 and 84. RGB value is (221,180,132). Sum of RGB (Red+Green+Blue) = 221+180+132=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB484 is #224B7B. Grayscale: #BBBBBB. Windows color (decimal): -2247548 or 8697053. OLE color: 8697053.

HSL color Cylindrical-coordinate representation of color #DDB484: hue angle of 32.36º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB484 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221180132-
CMYK00.190.400.13
HSL32.36º56.69%69.22%-
HSV(B)32.36º40.27%86.67%-
XYZ50.349.6828.77-
YUV186.7997.08152.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=41.46%
G=33.77%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118013200.190.400.1332.3656.6969.22
HexDDB48401328D203945
Octal33526420402350154071105
Binary11011101101101001000010001001110100011011000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB484; }

 p { color: rgb(221,180,132); }

 H1.HeaderClassName
 {
   color: #DDB484;
 }
 .AnyTagClassName
 {
   color: #DDB484;
 }
</style>
background-color css

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

 a { background-color: rgb(221,180,132); }

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

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

 span { border-color: rgb(221,180,132); }

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