#DDB485

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

Shades of Burly Wood #DDB485

Tints of Burly Wood #DDB485

Color information

#DDB485 (or 0xDDB485) is unknown color: approx Burly Wood. HEX triplet: DD, B4 and 85. RGB value is (221,180,133). Sum of RGB (Red+Green+Blue) = 221+180+133=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB485 is #224B7A. Grayscale: #BBBBBB. Windows color (decimal): -2247547 or 8762589. OLE color: 8762589.

HSL color Cylindrical-coordinate representation of color #DDB485: hue angle of 32.05º degrees, saturation: 0.56, 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 #DDB485 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221180133-
CMYK00.190.400.13
HSL32.05º56.41%69.41%-
HSV(B)32.05º39.82%86.67%-
XYZ50.3749.7129.13-
YUV186.997.58152.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=41.39%
G=33.71%
B=24.91%

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
Decimal22118013300.190.400.1332.0556.4169.41
HexDDB48501328D203845
Octal33526420502350154070105
Binary11011101101101001000010101001110100011011000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB485; }

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

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

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

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

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

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

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

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