Shades of Primrose #DDDB92
Tints of Primrose #DDDB92
RGB
CMYK
RGB Variations
Color information
#DDDB92 (or 0xDDDB92) is known color: Primrose. HEX triplet: DD, DB and 92. RGB value is (221,219,146). Sum of RGB (Red+Green+Blue) = 221+219+146=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB92 is #22246D. Grayscale: #D3D3D3. Windows color (decimal): -2237550 or 9624541. OLE color: 9624541.
HSL color Cylindrical-coordinate representation of color #DDDB92: hue angle of 58.4º 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 #DDDB92 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 146 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 58.4º | 0.52% | 0.72% | - |
| HSV(B) | 58.4º | 0.34% | 0.87% | - |
| XYZ | 60.34 | 68.11 | 37.16 | - |
| YUV | 211.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 146 | 0 | 0.01 | 0.34 | 0.13 | 58.4 | 0.52 | 0.72 |
| Hex | DD | DB | 92 | 0 | 1 | 22 | D | 3A | 34 | 48 |
| Octal | 335 | 333 | 222 | 0 | 1 | 42 | 15 | 72 | 64 | 110 |
| Binary | 11011101 | 11011011 | 10010010 | 0 | 1 | 100010 | 1101 | 111010 | 110100 | 1001000 |
Color Harmonies of #DDDB92
Complementary color
Monochromatic Colors of #DDDB92
Black with #DDDB92
Text Example
Text Example
White with #DDDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB92; }
p { color: rgb(221,219,146); }
H1.HeaderClassName
{
color: #DDDB92;
}
.AnyTagClassName
{
color: #DDDB92;
}
</style>
background-color css
<style>
a { background-color: #DDDB92; }
a { background-color: rgb(221,219,146); }
div.DivClassName
{
background-color: #DDDB92;
}
.BgClassName
{
background-color: #DDDB92;
}
</style>
border-color css
<style>
span { border-color: #DDDB92; }
span { border-color: rgb(221,219,146); }
td.TdClassName
{
border-color: #DDDB92;
}
.TagClassName
{
border-color: #DDDB92;
}
</style>