Shades of Tusk #DDEBAC
Tints of Tusk #DDEBAC
RGB
CMYK
RGB Variations
Color information
#DDEBAC (or 0xDDEBAC) is known color: Tusk. HEX triplet: DD, EB and AC. RGB value is (221,235,172). Sum of RGB (Red+Green+Blue) = 221+235+172=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAC is #221453. Grayscale: #DFDFDF. Windows color (decimal): -2233428 or 11332573. OLE color: 11332573.
HSL color Cylindrical-coordinate representation of color #DDEBAC: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEBAC is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 172 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.08 |
| HSL | 73.33º | 0.61% | 0.8% | - |
| HSV(B) | 73.33º | 0.27% | 0.92% | - |
| XYZ | 66.97 | 77.77 | 50.51 | - |
| YUV | 223.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 172 | 0.06 | 0 | 0.27 | 0.08 | 73.33 | 0.61 | 0.8 |
| Hex | DD | EB | AC | 6 | 0 | 1B | 8 | 49 | 3D | 50 |
| Octal | 335 | 353 | 254 | 6 | 0 | 33 | 10 | 111 | 75 | 120 |
| Binary | 11011101 | 11101011 | 10101100 | 110 | 0 | 11011 | 1000 | 1001001 | 111101 | 1010000 |
Color Harmonies of #DDEBAC
Complementary color
Monochromatic Colors of #DDEBAC
Black with #DDEBAC
Text Example
Text Example
White with #DDEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBAC; }
p { color: rgb(221,235,172); }
H1.HeaderClassName
{
color: #DDEBAC;
}
.AnyTagClassName
{
color: #DDEBAC;
}
</style>
background-color css
<style>
a { background-color: #DDEBAC; }
a { background-color: rgb(221,235,172); }
div.DivClassName
{
background-color: #DDEBAC;
}
.BgClassName
{
background-color: #DDEBAC;
}
</style>
border-color css
<style>
span { border-color: #DDEBAC; }
span { border-color: rgb(221,235,172); }
td.TdClassName
{
border-color: #DDEBAC;
}
.TagClassName
{
border-color: #DDEBAC;
}
</style>