Shades of Primrose #DDDA92
Tints of Primrose #DDDA92
RGB
CMYK
RGB Variations
Color information
#DDDA92 (or 0xDDDA92) is known color: Primrose. HEX triplet: DD, DA and 92. RGB value is (221,218,146). Sum of RGB (Red+Green+Blue) = 221+218+146=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA92 is #22256D. Grayscale: #D2D2D2. Windows color (decimal): -2237806 or 9624285. OLE color: 9624285.
HSL color Cylindrical-coordinate representation of color #DDDA92: hue angle of 57.6º 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 #DDDA92 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 146 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 57.6º | 0.52% | 0.72% | - |
| HSV(B) | 57.6º | 0.34% | 0.87% | - |
| XYZ | 60.08 | 67.59 | 37.07 | - |
| YUV | 210.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 146 | 0 | 0.01 | 0.34 | 0.13 | 57.6 | 0.52 | 0.72 |
| Hex | DD | DA | 92 | 0 | 1 | 22 | D | 3A | 34 | 48 |
| Octal | 335 | 332 | 222 | 0 | 1 | 42 | 15 | 72 | 64 | 110 |
| Binary | 11011101 | 11011010 | 10010010 | 0 | 1 | 100010 | 1101 | 111010 | 110100 | 1001000 |
Color Harmonies of #DDDA92
Complementary color
Monochromatic Colors of #DDDA92
Black with #DDDA92
Text Example
Text Example
White with #DDDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA92; }
p { color: rgb(221,218,146); }
H1.HeaderClassName
{
color: #DDDA92;
}
.AnyTagClassName
{
color: #DDDA92;
}
</style>
background-color css
<style>
a { background-color: #DDDA92; }
a { background-color: rgb(221,218,146); }
div.DivClassName
{
background-color: #DDDA92;
}
.BgClassName
{
background-color: #DDDA92;
}
</style>
border-color css
<style>
span { border-color: #DDDA92; }
span { border-color: rgb(221,218,146); }
td.TdClassName
{
border-color: #DDDA92;
}
.TagClassName
{
border-color: #DDDA92;
}
</style>