Shades of Tusk #DDEBAD
Tints of Tusk #DDEBAD
RGB
CMYK
RGB Variations
Color information
#DDEBAD (or 0xDDEBAD) is known color: Tusk. HEX triplet: DD, EB and AD. RGB value is (221,235,173). Sum of RGB (Red+Green+Blue) = 221+235+173=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAD is #221452. Grayscale: #DFDFDF. Windows color (decimal): -2233427 or 11398109. OLE color: 11398109.
HSL color Cylindrical-coordinate representation of color #DDEBAD: hue angle of 73.55º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEBAD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 173 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 73.55º | 0.61% | 0.8% | - |
| HSV(B) | 73.55º | 0.26% | 0.92% | - |
| XYZ | 67.07 | 77.81 | 51.02 | - |
| YUV | 223.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 173 | 0.06 | 0 | 0.26 | 0.08 | 73.55 | 0.61 | 0.8 |
| Hex | DD | EB | AD | 6 | 0 | 1A | 8 | 4A | 3D | 50 |
| Octal | 335 | 353 | 255 | 6 | 0 | 32 | 10 | 112 | 75 | 120 |
| Binary | 11011101 | 11101011 | 10101101 | 110 | 0 | 11010 | 1000 | 1001010 | 111101 | 1010000 |
Color Harmonies of #DDEBAD
Complementary color
Monochromatic Colors of #DDEBAD
Black with #DDEBAD
Text Example
Text Example
White with #DDEBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBAD; }
p { color: rgb(221,235,173); }
H1.HeaderClassName
{
color: #DDEBAD;
}
.AnyTagClassName
{
color: #DDEBAD;
}
</style>
background-color css
<style>
a { background-color: #DDEBAD; }
a { background-color: rgb(221,235,173); }
div.DivClassName
{
background-color: #DDEBAD;
}
.BgClassName
{
background-color: #DDEBAD;
}
</style>
border-color css
<style>
span { border-color: #DDEBAD; }
span { border-color: rgb(221,235,173); }
td.TdClassName
{
border-color: #DDEBAD;
}
.TagClassName
{
border-color: #DDEBAD;
}
</style>