Shades of Primrose #DFDD92
Tints of Primrose #DFDD92
RGB
CMYK
RGB Variations
Color information
#DFDD92 (or 0xDFDD92) is known color: Primrose. HEX triplet: DF, DD and 92. RGB value is (223,221,146). Sum of RGB (Red+Green+Blue) = 223+221+146=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD92 is #20226D. Grayscale: #D5D5D5. Windows color (decimal): -2105966 or 9625055. OLE color: 9625055.
HSL color Cylindrical-coordinate representation of color #DFDD92: hue angle of 58.44º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFDD92 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 146 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 58.44º | 0.55% | 0.72% | - |
| HSV(B) | 58.44º | 0.35% | 0.87% | - |
| XYZ | 61.48 | 69.48 | 37.36 | - |
| YUV | 213.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 146 | 0 | 0.01 | 0.35 | 0.13 | 58.44 | 0.55 | 0.72 |
| Hex | DF | DD | 92 | 0 | 1 | 23 | D | 3A | 37 | 48 |
| Octal | 337 | 335 | 222 | 0 | 1 | 43 | 15 | 72 | 67 | 110 |
| Binary | 11011111 | 11011101 | 10010010 | 0 | 1 | 100011 | 1101 | 111010 | 110111 | 1001000 |
Color Harmonies of #DFDD92
Complementary color
Monochromatic Colors of #DFDD92
Black with #DFDD92
Text Example
Text Example
White with #DFDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD92; }
p { color: rgb(223,221,146); }
H1.HeaderClassName
{
color: #DFDD92;
}
.AnyTagClassName
{
color: #DFDD92;
}
</style>
background-color css
<style>
a { background-color: #DFDD92; }
a { background-color: rgb(223,221,146); }
div.DivClassName
{
background-color: #DFDD92;
}
.BgClassName
{
background-color: #DFDD92;
}
</style>
border-color css
<style>
span { border-color: #DFDD92; }
span { border-color: rgb(223,221,146); }
td.TdClassName
{
border-color: #DFDD92;
}
.TagClassName
{
border-color: #DFDD92;
}
</style>