#DDB381

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

Shades of Burly Wood #DDB381

Tints of Burly Wood #DDB381

Color information

#DDB381 (or 0xDDB381) is unknown color: approx Burly Wood. HEX triplet: DD, B3 and 81. RGB value is (221,179,129). Sum of RGB (Red+Green+Blue) = 221+179+129=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB381 is #224C7E. Grayscale: #BABABA. Windows color (decimal): -2247807 or 8500189. OLE color: 8500189.

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

Color convert

RGB221179129-
CMYK00.190.420.13
HSL32.61º57.5%68.63%-
HSV(B)32.61º41.63%86.67%-
XYZ49.949.227.63-
YUV185.8695.91153.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=41.78%
G=33.84%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117912900.190.420.1332.6157.568.63
HexDDB3810132AD213a45
Octal33526320102352154172105
Binary11011101101100111000000101001110101011011000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB381; }

 p { color: rgb(221,179,129); }

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

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

 a { background-color: rgb(221,179,129); }

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

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

 span { border-color: rgb(221,179,129); }

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