Shades of Primrose #DEDB9A
Tints of Primrose #DEDB9A
RGB
CMYK
RGB Variations
Color information
#DEDB9A (or 0xDEDB9A) is known color: Primrose. HEX triplet: DE, DB and 9A. RGB value is (222,219,154). Sum of RGB (Red+Green+Blue) = 222+219+154=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB9A is #212465. Grayscale: #D4D4D4. Windows color (decimal): -2172006 or 10148830. OLE color: 10148830.
HSL color Cylindrical-coordinate representation of color #DEDB9A: hue angle of 57.35º degrees, saturation: 0.51, 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 #DEDB9A is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 154 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 57.35º | 0.51% | 0.74% | - |
| HSV(B) | 57.35º | 0.31% | 0.87% | - |
| XYZ | 61.29 | 68.53 | 40.57 | - |
| YUV | 212.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 154 | 0 | 0.01 | 0.31 | 0.13 | 57.35 | 0.51 | 0.74 |
| Hex | DE | DB | 9A | 0 | 1 | 1F | D | 39 | 33 | 4A |
| Octal | 336 | 333 | 232 | 0 | 1 | 37 | 15 | 71 | 63 | 112 |
| Binary | 11011110 | 11011011 | 10011010 | 0 | 1 | 11111 | 1101 | 111001 | 110011 | 1001010 |
Color Harmonies of #DEDB9A
Complementary color
Monochromatic Colors of #DEDB9A
Black with #DEDB9A
Text Example
Text Example
White with #DEDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB9A; }
p { color: rgb(222,219,154); }
H1.HeaderClassName
{
color: #DEDB9A;
}
.AnyTagClassName
{
color: #DEDB9A;
}
</style>
background-color css
<style>
a { background-color: #DEDB9A; }
a { background-color: rgb(222,219,154); }
div.DivClassName
{
background-color: #DEDB9A;
}
.BgClassName
{
background-color: #DEDB9A;
}
</style>
border-color css
<style>
span { border-color: #DEDB9A; }
span { border-color: rgb(222,219,154); }
td.TdClassName
{
border-color: #DEDB9A;
}
.TagClassName
{
border-color: #DEDB9A;
}
</style>