Shades of Primrose #DDDC92
Tints of Primrose #DDDC92
RGB
CMYK
RGB Variations
Color information
#DDDC92 (or 0xDDDC92) is known color: Primrose. HEX triplet: DD, DC and 92. RGB value is (221,220,146). Sum of RGB (Red+Green+Blue) = 221+220+146=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC92 is #22236D. Grayscale: #D4D4D4. Windows color (decimal): -2237294 or 9624797. OLE color: 9624797.
HSL color Cylindrical-coordinate representation of color #DDDC92: hue angle of 59.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDDC92 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 146 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.13 |
| HSL | 59.2º | 0.52% | 0.72% | - |
| HSV(B) | 59.2º | 0.34% | 0.87% | - |
| XYZ | 60.6 | 68.63 | 37.25 | - |
| YUV | 211.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 146 | 0 | 0.00 | 0.34 | 0.13 | 59.2 | 0.52 | 0.72 |
| Hex | DD | DC | 92 | 0 | 0 | 22 | D | 3B | 34 | 48 |
| Octal | 335 | 334 | 222 | 0 | 0 | 42 | 15 | 73 | 64 | 110 |
| Binary | 11011101 | 11011100 | 10010010 | 0 | 0 | 100010 | 1101 | 111011 | 110100 | 1001000 |
Color Harmonies of #DDDC92
Complementary color
Monochromatic Colors of #DDDC92
Black with #DDDC92
Text Example
Text Example
White with #DDDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC92; }
p { color: rgb(221,220,146); }
H1.HeaderClassName
{
color: #DDDC92;
}
.AnyTagClassName
{
color: #DDDC92;
}
</style>
background-color css
<style>
a { background-color: #DDDC92; }
a { background-color: rgb(221,220,146); }
div.DivClassName
{
background-color: #DDDC92;
}
.BgClassName
{
background-color: #DDDC92;
}
</style>
border-color css
<style>
span { border-color: #DDDC92; }
span { border-color: rgb(221,220,146); }
td.TdClassName
{
border-color: #DDDC92;
}
.TagClassName
{
border-color: #DDDC92;
}
</style>