Shades of Burly Wood #DDBD8C
Tints of Burly Wood #DDBD8C
RGB
CMYK
RGB Variations
Color information
#DDBD8C (or 0xDDBD8C) is known color: Burly Wood. HEX triplet: DD, BD and 8C. RGB value is (221,189,140). Sum of RGB (Red+Green+Blue) = 221+189+140=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD8C is #224273. Grayscale: #C1C1C1. Windows color (decimal): -2245236 or 9223645. OLE color: 9223645.
HSL color Cylindrical-coordinate representation of color #DDBD8C: hue angle of 36.3º degrees, saturation: 0.54, 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 #DDBD8C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 140 | - |
CMYK | 0 | 0.14 | 0.37 | 0.13 |
HSL | 36.3º | 0.54% | 0.71% | - |
HSV(B) | 36.3º | 0.37% | 0.87% | - |
XYZ | 52.75 | 53.66 | 32.39 | - |
YUV | 192.98 | 98.1 | 147.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 140 | 0 | 0.14 | 0.37 | 0.13 | 36.3 | 0.54 | 0.71 |
Hex | DD | BD | 8C | 0 | E | 25 | D | 24 | 36 | 47 |
Octal | 335 | 275 | 214 | 0 | 16 | 45 | 15 | 44 | 66 | 107 |
Binary | 11011101 | 10111101 | 10001100 | 0 | 1110 | 100101 | 1101 | 100100 | 110110 | 1000111 |
Color Harmonies of #DDBD8C
Complementary color
Monochromatic Colors of #DDBD8C
Black with #DDBD8C
Text Example
Text Example
White with #DDBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD8C; }
p { color: rgb(221,189,140); }
H1.HeaderClassName
{
color: #DDBD8C;
}
.AnyTagClassName
{
color: #DDBD8C;
}
</style>
background-color css
<style>
a { background-color: #DDBD8C; }
a { background-color: rgb(221,189,140); }
div.DivClassName
{
background-color: #DDBD8C;
}
.BgClassName
{
background-color: #DDBD8C;
}
</style>
border-color css
<style>
span { border-color: #DDBD8C; }
span { border-color: rgb(221,189,140); }
td.TdClassName
{
border-color: #DDBD8C;
}
.TagClassName
{
border-color: #DDBD8C;
}
</style>