Shades of Primrose #DEDC8A
Tints of Primrose #DEDC8A
RGB
CMYK
RGB Variations
Color information
#DEDC8A (or 0xDEDC8A) is known color: Primrose. HEX triplet: DE, DC and 8A. RGB value is (222,220,138). Sum of RGB (Red+Green+Blue) = 222+220+138=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC8A is #212375. Grayscale: #D3D3D3. Windows color (decimal): -2171766 or 9100510. OLE color: 9100510.
HSL color Cylindrical-coordinate representation of color #DEDC8A: hue angle of 58.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEDC8A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 138 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 58.57º | 0.56% | 0.71% | - |
| HSV(B) | 58.57º | 0.38% | 0.87% | - |
| XYZ | 60.3 | 68.55 | 34.1 | - |
| YUV | 211.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 138 | 0 | 0.01 | 0.38 | 0.13 | 58.57 | 0.56 | 0.71 |
| Hex | DE | DC | 8A | 0 | 1 | 26 | D | 3B | 38 | 47 |
| Octal | 336 | 334 | 212 | 0 | 1 | 46 | 15 | 73 | 70 | 107 |
| Binary | 11011110 | 11011100 | 10001010 | 0 | 1 | 100110 | 1101 | 111011 | 111000 | 1000111 |
Color Harmonies of #DEDC8A
Complementary color
Monochromatic Colors of #DEDC8A
Black with #DEDC8A
Text Example
Text Example
White with #DEDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC8A; }
p { color: rgb(222,220,138); }
H1.HeaderClassName
{
color: #DEDC8A;
}
.AnyTagClassName
{
color: #DEDC8A;
}
</style>
background-color css
<style>
a { background-color: #DEDC8A; }
a { background-color: rgb(222,220,138); }
div.DivClassName
{
background-color: #DEDC8A;
}
.BgClassName
{
background-color: #DEDC8A;
}
</style>
border-color css
<style>
span { border-color: #DEDC8A; }
span { border-color: rgb(222,220,138); }
td.TdClassName
{
border-color: #DEDC8A;
}
.TagClassName
{
border-color: #DEDC8A;
}
</style>