Shades of Primrose #DEDB9B
Tints of Primrose #DEDB9B
RGB
CMYK
RGB Variations
Color information
#DEDB9B (or 0xDEDB9B) is known color: Primrose. HEX triplet: DE, DB and 9B. RGB value is (222,219,155). Sum of RGB (Red+Green+Blue) = 222+219+155=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9B is #212464. Grayscale: #D4D4D4. Windows color (decimal): -2172005 or 10214366. OLE color: 10214366.
HSL color Cylindrical-coordinate representation of color #DEDB9B: hue angle of 57.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDB9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 155 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.13 |
| HSL | 57.31º | 0.5% | 0.74% | - |
| HSV(B) | 57.31º | 0.3% | 0.87% | - |
| XYZ | 61.37 | 68.56 | 41.01 | - |
| YUV | 212.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 155 | 0 | 0.01 | 0.30 | 0.13 | 57.31 | 0.5 | 0.74 |
| Hex | DE | DB | 9B | 0 | 1 | 1E | D | 39 | 32 | 4A |
| Octal | 336 | 333 | 233 | 0 | 1 | 36 | 15 | 71 | 62 | 112 |
| Binary | 11011110 | 11011011 | 10011011 | 0 | 1 | 11110 | 1101 | 111001 | 110010 | 1001010 |
Color Harmonies of #DEDB9B
Complementary color
Monochromatic Colors of #DEDB9B
Black with #DEDB9B
Text Example
Text Example
White with #DEDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB9B; }
p { color: rgb(222,219,155); }
H1.HeaderClassName
{
color: #DEDB9B;
}
.AnyTagClassName
{
color: #DEDB9B;
}
</style>
background-color css
<style>
a { background-color: #DEDB9B; }
a { background-color: rgb(222,219,155); }
div.DivClassName
{
background-color: #DEDB9B;
}
.BgClassName
{
background-color: #DEDB9B;
}
</style>
border-color css
<style>
span { border-color: #DEDB9B; }
span { border-color: rgb(222,219,155); }
td.TdClassName
{
border-color: #DEDB9B;
}
.TagClassName
{
border-color: #DEDB9B;
}
</style>