#DDB782

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

Shades of Burly Wood #DDB782

Tints of Burly Wood #DDB782

Color information

#DDB782 (or 0xDDB782) is unknown color: approx Burly Wood. HEX triplet: DD, B7 and 82. RGB value is (221,183,130). Sum of RGB (Red+Green+Blue) = 221+183+130=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB782 is #22487D. Grayscale: #BCBCBC. Windows color (decimal): -2246782 or 8566749. OLE color: 8566749.

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

Color convert

RGB221183130-
CMYK00.170.410.13
HSL34.95º57.23%68.82%-
HSV(B)34.95º41.18%86.67%-
XYZ50.7850.8528.26-
YUV188.3295.09151.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=41.39%
G=34.27%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118313000.170.410.1334.9557.2368.82
HexDDB78201129D233945
Octal33526720202151154371105
Binary11011101101101111000001001000110100111011000111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB782; }

 p { color: rgb(221,183,130); }

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

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

 a { background-color: rgb(221,183,130); }

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

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

 span { border-color: rgb(221,183,130); }

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