Shades of Primrose #DCD997
Tints of Primrose #DCD997
RGB
CMYK
RGB Variations
Color information
#DCD997 (or 0xDCD997) is known color: Primrose. HEX triplet: DC, D9 and 97. RGB value is (220,217,151). Sum of RGB (Red+Green+Blue) = 220+217+151=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD997 is #232668. Grayscale: #D2D2D2. Windows color (decimal): -2303593 or 9951708. OLE color: 9951708.
HSL color Cylindrical-coordinate representation of color #DCD997: hue angle of 57.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCD997 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 151 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.14 |
| HSL | 57.39º | 0.5% | 0.73% | - |
| HSV(B) | 57.39º | 0.31% | 0.86% | - |
| XYZ | 59.91 | 67.08 | 39.07 | - |
| YUV | 210.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 151 | 0 | 0.01 | 0.31 | 0.14 | 57.39 | 0.5 | 0.73 |
| Hex | DC | D9 | 97 | 0 | 1 | 1F | E | 39 | 32 | 49 |
| Octal | 334 | 331 | 227 | 0 | 1 | 37 | 16 | 71 | 62 | 111 |
| Binary | 11011100 | 11011001 | 10010111 | 0 | 1 | 11111 | 1110 | 111001 | 110010 | 1001001 |
Color Harmonies of #DCD997
Complementary color
Monochromatic Colors of #DCD997
Black with #DCD997
Text Example
Text Example
White with #DCD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD997; }
p { color: rgb(220,217,151); }
H1.HeaderClassName
{
color: #DCD997;
}
.AnyTagClassName
{
color: #DCD997;
}
</style>
background-color css
<style>
a { background-color: #DCD997; }
a { background-color: rgb(220,217,151); }
div.DivClassName
{
background-color: #DCD997;
}
.BgClassName
{
background-color: #DCD997;
}
</style>
border-color css
<style>
span { border-color: #DCD997; }
span { border-color: rgb(220,217,151); }
td.TdClassName
{
border-color: #DCD997;
}
.TagClassName
{
border-color: #DCD997;
}
</style>