Shades of Primrose #DCDA99
Tints of Primrose #DCDA99
RGB
CMYK
RGB Variations
Color information
#DCDA99 (or 0xDCDA99) is known color: Primrose. HEX triplet: DC, DA and 99. RGB value is (220,218,153). Sum of RGB (Red+Green+Blue) = 220+218+153=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA99 is #232566. Grayscale: #D3D3D3. Windows color (decimal): -2303335 or 10083036. OLE color: 10083036.
HSL color Cylindrical-coordinate representation of color #DCDA99: hue angle of 58.21º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDA99 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 153 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.14 |
| HSL | 58.21º | 0.49% | 0.73% | - |
| HSV(B) | 58.21º | 0.3% | 0.86% | - |
| XYZ | 60.34 | 67.66 | 40.02 | - |
| YUV | 211.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 153 | 0 | 0.01 | 0.30 | 0.14 | 58.21 | 0.49 | 0.73 |
| Hex | DC | DA | 99 | 0 | 1 | 1E | E | 3A | 31 | 49 |
| Octal | 334 | 332 | 231 | 0 | 1 | 36 | 16 | 72 | 61 | 111 |
| Binary | 11011100 | 11011010 | 10011001 | 0 | 1 | 11110 | 1110 | 111010 | 110001 | 1001001 |
Color Harmonies of #DCDA99
Complementary color
Monochromatic Colors of #DCDA99
Black with #DCDA99
Text Example
Text Example
White with #DCDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA99; }
p { color: rgb(220,218,153); }
H1.HeaderClassName
{
color: #DCDA99;
}
.AnyTagClassName
{
color: #DCDA99;
}
</style>
background-color css
<style>
a { background-color: #DCDA99; }
a { background-color: rgb(220,218,153); }
div.DivClassName
{
background-color: #DCDA99;
}
.BgClassName
{
background-color: #DCDA99;
}
</style>
border-color css
<style>
span { border-color: #DCDA99; }
span { border-color: rgb(220,218,153); }
td.TdClassName
{
border-color: #DCDA99;
}
.TagClassName
{
border-color: #DCDA99;
}
</style>