Shades of Primrose #DDDF96
Tints of Primrose #DDDF96
RGB
CMYK
RGB Variations
Color information
#DDDF96 (or 0xDDDF96) is known color: Primrose. HEX triplet: DD, DF and 96. RGB value is (221,223,150). Sum of RGB (Red+Green+Blue) = 221+223+150=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF96 is #222069. Grayscale: #D6D6D6. Windows color (decimal): -2236522 or 9887709. OLE color: 9887709.
HSL color Cylindrical-coordinate representation of color #DDDF96: hue angle of 61.64º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDDF96 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 150 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.13 |
| HSL | 61.64º | 0.53% | 0.73% | - |
| HSV(B) | 61.64º | 0.33% | 0.87% | - |
| XYZ | 61.71 | 70.35 | 39.18 | - |
| YUV | 214.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 150 | 0.01 | 0 | 0.33 | 0.13 | 61.64 | 0.53 | 0.73 |
| Hex | DD | DF | 96 | 1 | 0 | 21 | D | 3E | 35 | 49 |
| Octal | 335 | 337 | 226 | 1 | 0 | 41 | 15 | 76 | 65 | 111 |
| Binary | 11011101 | 11011111 | 10010110 | 1 | 0 | 100001 | 1101 | 111110 | 110101 | 1001001 |
Color Harmonies of #DDDF96
Complementary color
Monochromatic Colors of #DDDF96
Black with #DDDF96
Text Example
Text Example
White with #DDDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF96; }
p { color: rgb(221,223,150); }
H1.HeaderClassName
{
color: #DDDF96;
}
.AnyTagClassName
{
color: #DDDF96;
}
</style>
background-color css
<style>
a { background-color: #DDDF96; }
a { background-color: rgb(221,223,150); }
div.DivClassName
{
background-color: #DDDF96;
}
.BgClassName
{
background-color: #DDDF96;
}
</style>
border-color css
<style>
span { border-color: #DDDF96; }
span { border-color: rgb(221,223,150); }
td.TdClassName
{
border-color: #DDDF96;
}
.TagClassName
{
border-color: #DDDF96;
}
</style>