Shades of Primrose #DCDA9A
Tints of Primrose #DCDA9A
RGB
CMYK
RGB Variations
Color information
#DCDA9A (or 0xDCDA9A) is known color: Primrose. HEX triplet: DC, DA and 9A. RGB value is (220,218,154). Sum of RGB (Red+Green+Blue) = 220+218+154=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA9A is #232565. Grayscale: #D3D3D3. Windows color (decimal): -2303334 or 10148572. OLE color: 10148572.
HSL color Cylindrical-coordinate representation of color #DCDA9A: hue angle of 58.18º 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 #DCDA9A is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 154 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.14 |
| HSL | 58.18º | 0.49% | 0.73% | - |
| HSV(B) | 58.18º | 0.3% | 0.86% | - |
| XYZ | 60.42 | 67.69 | 40.45 | - |
| YUV | 211.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 154 | 0 | 0.01 | 0.3 | 0.14 | 58.18 | 0.49 | 0.73 |
| Hex | DC | DA | 9A | 0 | 1 | 1E | E | 3A | 31 | 49 |
| Octal | 334 | 332 | 232 | 0 | 1 | 36 | 16 | 72 | 61 | 111 |
| Binary | 11011100 | 11011010 | 10011010 | 0 | 1 | 11110 | 1110 | 111010 | 110001 | 1001001 |
Color Harmonies of #DCDA9A
Complementary color
Monochromatic Colors of #DCDA9A
Black with #DCDA9A
Text Example
Text Example
White with #DCDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA9A; }
p { color: rgb(220,218,154); }
H1.HeaderClassName
{
color: #DCDA9A;
}
.AnyTagClassName
{
color: #DCDA9A;
}
</style>
background-color css
<style>
a { background-color: #DCDA9A; }
a { background-color: rgb(220,218,154); }
div.DivClassName
{
background-color: #DCDA9A;
}
.BgClassName
{
background-color: #DCDA9A;
}
</style>
border-color css
<style>
span { border-color: #DCDA9A; }
span { border-color: rgb(220,218,154); }
td.TdClassName
{
border-color: #DCDA9A;
}
.TagClassName
{
border-color: #DCDA9A;
}
</style>