#DDBE8B

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

Shades of Burly Wood #DDBE8B

Tints of Burly Wood #DDBE8B

Color information

#DDBE8B (or 0xDDBE8B) is unknown color: approx Burly Wood. HEX triplet: DD, BE and 8B. RGB value is (221,190,139). Sum of RGB (Red+Green+Blue) = 221+190+139=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE8B is #224174. Grayscale: #C1C1C1. Windows color (decimal): -2244981 or 9158365. OLE color: 9158365.

HSL color Cylindrical-coordinate representation of color #DDBE8B: hue angle of 37.32º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDBE8B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221190139-
CMYK00.140.370.13
HSL37.32º54.67%70.59%-
HSV(B)37.32º37.1%86.67%-
XYZ52.8954.0632.07-
YUV193.4697.27147.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=40.18%
G=34.55%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119013900.140.370.1337.3254.6770.59
HexDDBE8B0E25D253747
Octal33527621301645154567107
Binary1101110110111110100010110111010010111011001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE8B; }

 p { color: rgb(221,190,139); }

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

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

 a { background-color: rgb(221,190,139); }

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

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

 span { border-color: rgb(221,190,139); }

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