#DDB687

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

Shades of Burly Wood #DDB687

Tints of Burly Wood #DDB687

Color information

#DDB687 (or 0xDDB687) is unknown color: approx Burly Wood. HEX triplet: DD, B6 and 87. RGB value is (221,182,135). Sum of RGB (Red+Green+Blue) = 221+182+135=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB687 is #224978. Grayscale: #BCBCBC. Windows color (decimal): -2247033 or 8894173. OLE color: 8894173.

HSL color Cylindrical-coordinate representation of color #DDB687: hue angle of 32.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDB687 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221182135-
CMYK00.180.390.13
HSL32.79º55.84%69.8%-
HSV(B)32.79º38.91%86.67%-
XYZ50.9250.5830-
YUV188.397.92151.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=41.08%
G=33.83%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118213500.180.390.1332.7955.8469.8
HexDDB68701227D213846
Octal33526620702247154170106
Binary11011101101101101000011101001010011111011000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB687; }

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

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

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

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

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

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

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

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