Shades of Primrose #DEDF9A
Tints of Primrose #DEDF9A
RGB
CMYK
RGB Variations
Color information
#DEDF9A (or 0xDEDF9A) is known color: Primrose. HEX triplet: DE, DF and 9A. RGB value is (222,223,154). Sum of RGB (Red+Green+Blue) = 222+223+154=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDF9A is #212065. Grayscale: #D7D7D7. Windows color (decimal): -2170982 or 10149854. OLE color: 10149854.
HSL color Cylindrical-coordinate representation of color #DEDF9A: hue angle of 60.87º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEDF9A is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 154 | - |
| CMYK | 0.00 | 0 | 0.31 | 0.13 |
| HSL | 60.87º | 0.52% | 0.74% | - |
| HSV(B) | 60.87º | 0.31% | 0.87% | - |
| XYZ | 62.34 | 70.64 | 40.92 | - |
| YUV | 214.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 154 | 0.00 | 0 | 0.31 | 0.13 | 60.87 | 0.52 | 0.74 |
| Hex | DE | DF | 9A | 0 | 0 | 1F | D | 3D | 34 | 4A |
| Octal | 336 | 337 | 232 | 0 | 0 | 37 | 15 | 75 | 64 | 112 |
| Binary | 11011110 | 11011111 | 10011010 | 0 | 0 | 11111 | 1101 | 111101 | 110100 | 1001010 |
Color Harmonies of #DEDF9A
Complementary color
Monochromatic Colors of #DEDF9A
Black with #DEDF9A
Text Example
Text Example
White with #DEDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF9A; }
p { color: rgb(222,223,154); }
H1.HeaderClassName
{
color: #DEDF9A;
}
.AnyTagClassName
{
color: #DEDF9A;
}
</style>
background-color css
<style>
a { background-color: #DEDF9A; }
a { background-color: rgb(222,223,154); }
div.DivClassName
{
background-color: #DEDF9A;
}
.BgClassName
{
background-color: #DEDF9A;
}
</style>
border-color css
<style>
span { border-color: #DEDF9A; }
span { border-color: rgb(222,223,154); }
td.TdClassName
{
border-color: #DEDF9A;
}
.TagClassName
{
border-color: #DEDF9A;
}
</style>