Shades of Primrose #DEDB8C
Tints of Primrose #DEDB8C
RGB
CMYK
RGB Variations
Color information
#DEDB8C (or 0xDEDB8C) is known color: Primrose. HEX triplet: DE, DB and 8C. RGB value is (222,219,140). Sum of RGB (Red+Green+Blue) = 222+219+140=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8C is #212473. Grayscale: #D3D3D3. Windows color (decimal): -2172020 or 9231326. OLE color: 9231326.
HSL color Cylindrical-coordinate representation of color #DEDB8C: hue angle of 57.8º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEDB8C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 140 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.13 |
| HSL | 57.8º | 0.55% | 0.71% | - |
| HSV(B) | 57.8º | 0.37% | 0.87% | - |
| XYZ | 60.19 | 68.09 | 34.78 | - |
| YUV | 210.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 140 | 0 | 0.01 | 0.37 | 0.13 | 57.8 | 0.55 | 0.71 |
| Hex | DE | DB | 8C | 0 | 1 | 25 | D | 3A | 37 | 47 |
| Octal | 336 | 333 | 214 | 0 | 1 | 45 | 15 | 72 | 67 | 107 |
| Binary | 11011110 | 11011011 | 10001100 | 0 | 1 | 100101 | 1101 | 111010 | 110111 | 1000111 |
Color Harmonies of #DEDB8C
Complementary color
Monochromatic Colors of #DEDB8C
Black with #DEDB8C
Text Example
Text Example
White with #DEDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB8C; }
p { color: rgb(222,219,140); }
H1.HeaderClassName
{
color: #DEDB8C;
}
.AnyTagClassName
{
color: #DEDB8C;
}
</style>
background-color css
<style>
a { background-color: #DEDB8C; }
a { background-color: rgb(222,219,140); }
div.DivClassName
{
background-color: #DEDB8C;
}
.BgClassName
{
background-color: #DEDB8C;
}
</style>
border-color css
<style>
span { border-color: #DEDB8C; }
span { border-color: rgb(222,219,140); }
td.TdClassName
{
border-color: #DEDB8C;
}
.TagClassName
{
border-color: #DEDB8C;
}
</style>