#DDBE8E

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

Shades of Burly Wood #DDBE8E

Tints of Burly Wood #DDBE8E

Color information

#DDBE8E (or 0xDDBE8E) is unknown color: approx Burly Wood. HEX triplet: DD, BE and 8E. RGB value is (221,190,142). Sum of RGB (Red+Green+Blue) = 221+190+142=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE8E is #224171. Grayscale: #C2C2C2. Windows color (decimal): -2244978 or 9354973. OLE color: 9354973.

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

Color convert

RGB221190142-
CMYK00.140.360.13
HSL36.46º53.74%71.18%-
HSV(B)36.46º35.75%86.67%-
XYZ53.1154.1533.24-
YUV193.898.77147.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=39.96%
G=34.36%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119014200.140.360.1336.4653.7471.18
HexDDBE8E0E24D243647
Octal33527621601644154466107
Binary1101110110111110100011100111010010011011001001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE8E; }

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

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

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

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

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

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

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

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