#DDB685

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

Shades of Burly Wood #DDB685

Tints of Burly Wood #DDB685

Color information

#DDB685 (or 0xDDB685) is unknown color: approx Burly Wood. HEX triplet: DD, B6 and 85. RGB value is (221,182,133). Sum of RGB (Red+Green+Blue) = 221+182+133=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB685 is #22497A. Grayscale: #BCBCBC. Windows color (decimal): -2247035 or 8763101. OLE color: 8763101.

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

Color convert

RGB221182133-
CMYK00.180.400.13
HSL33.41º56.41%69.41%-
HSV(B)33.41º39.82%86.67%-
XYZ50.7850.5229.27-
YUV188.0896.92151.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=41.23%
G=33.96%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118213300.180.400.1333.4156.4169.41
HexDDB68501228D213845
Octal33526620502250154170105
Binary11011101101101101000010101001010100011011000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB685; }

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

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

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

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

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

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

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

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