Shades of Primrose #DEDF92
Tints of Primrose #DEDF92
RGB
CMYK
RGB Variations
Color information
#DEDF92 (or 0xDEDF92) is known color: Primrose. HEX triplet: DE, DF and 92. RGB value is (222,223,146). Sum of RGB (Red+Green+Blue) = 222+223+146=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF92 is #21206D. Grayscale: #D6D6D6. Windows color (decimal): -2170990 or 9625566. OLE color: 9625566.
HSL color Cylindrical-coordinate representation of color #DEDF92: hue angle of 60.78º 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 #DEDF92 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 146 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.13 |
| HSL | 60.78º | 0.55% | 0.72% | - |
| HSV(B) | 60.78º | 0.35% | 0.87% | - |
| XYZ | 61.7 | 70.38 | 37.53 | - |
| YUV | 213.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 146 | 0.00 | 0 | 0.35 | 0.13 | 60.78 | 0.55 | 0.72 |
| Hex | DE | DF | 92 | 0 | 0 | 23 | D | 3D | 37 | 48 |
| Octal | 336 | 337 | 222 | 0 | 0 | 43 | 15 | 75 | 67 | 110 |
| Binary | 11011110 | 11011111 | 10010010 | 0 | 0 | 100011 | 1101 | 111101 | 110111 | 1001000 |
Color Harmonies of #DEDF92
Complementary color
Monochromatic Colors of #DEDF92
Black with #DEDF92
Text Example
Text Example
White with #DEDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF92; }
p { color: rgb(222,223,146); }
H1.HeaderClassName
{
color: #DEDF92;
}
.AnyTagClassName
{
color: #DEDF92;
}
</style>
background-color css
<style>
a { background-color: #DEDF92; }
a { background-color: rgb(222,223,146); }
div.DivClassName
{
background-color: #DEDF92;
}
.BgClassName
{
background-color: #DEDF92;
}
</style>
border-color css
<style>
span { border-color: #DEDF92; }
span { border-color: rgb(222,223,146); }
td.TdClassName
{
border-color: #DEDF92;
}
.TagClassName
{
border-color: #DEDF92;
}
</style>