Shades of Primrose #DCDA97
Tints of Primrose #DCDA97
RGB
CMYK
RGB Variations
Color information
#DCDA97 (or 0xDCDA97) is known color: Primrose. HEX triplet: DC, DA and 97. RGB value is (220,218,151). Sum of RGB (Red+Green+Blue) = 220+218+151=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA97 is #232568. Grayscale: #D3D3D3. Windows color (decimal): -2303337 or 9951964. OLE color: 9951964.
HSL color Cylindrical-coordinate representation of color #DCDA97: hue angle of 58.26º 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 #DCDA97 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 151 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.14 |
| HSL | 58.26º | 0.5% | 0.73% | - |
| HSV(B) | 58.26º | 0.31% | 0.86% | - |
| XYZ | 60.17 | 67.59 | 39.15 | - |
| YUV | 210.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 151 | 0 | 0.01 | 0.31 | 0.14 | 58.26 | 0.5 | 0.73 |
| Hex | DC | DA | 97 | 0 | 1 | 1F | E | 3A | 32 | 49 |
| Octal | 334 | 332 | 227 | 0 | 1 | 37 | 16 | 72 | 62 | 111 |
| Binary | 11011100 | 11011010 | 10010111 | 0 | 1 | 11111 | 1110 | 111010 | 110010 | 1001001 |
Color Harmonies of #DCDA97
Complementary color
Monochromatic Colors of #DCDA97
Black with #DCDA97
Text Example
Text Example
White with #DCDA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA97; }
p { color: rgb(220,218,151); }
H1.HeaderClassName
{
color: #DCDA97;
}
.AnyTagClassName
{
color: #DCDA97;
}
</style>
background-color css
<style>
a { background-color: #DCDA97; }
a { background-color: rgb(220,218,151); }
div.DivClassName
{
background-color: #DCDA97;
}
.BgClassName
{
background-color: #DCDA97;
}
</style>
border-color css
<style>
span { border-color: #DCDA97; }
span { border-color: rgb(220,218,151); }
td.TdClassName
{
border-color: #DCDA97;
}
.TagClassName
{
border-color: #DCDA97;
}
</style>