Shades of Primrose #DCDD9A
Tints of Primrose #DCDD9A
RGB
CMYK
RGB Variations
Color information
#DCDD9A (or 0xDCDD9A) is known color: Primrose. HEX triplet: DC, DD and 9A. RGB value is (220,221,154). Sum of RGB (Red+Green+Blue) = 220+221+154=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD9A is #232265. Grayscale: #D5D5D5. Windows color (decimal): -2302566 or 10149340. OLE color: 10149340.
HSL color Cylindrical-coordinate representation of color #DCDD9A: hue angle of 60.9º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDD9A is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 154 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.13 |
| HSL | 60.9º | 0.5% | 0.74% | - |
| HSV(B) | 60.9º | 0.3% | 0.87% | - |
| XYZ | 61.2 | 69.26 | 40.71 | - |
| YUV | 213.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 154 | 0.00 | 0 | 0.30 | 0.13 | 60.9 | 0.5 | 0.74 |
| Hex | DC | DD | 9A | 0 | 0 | 1E | D | 3D | 32 | 4A |
| Octal | 334 | 335 | 232 | 0 | 0 | 36 | 15 | 75 | 62 | 112 |
| Binary | 11011100 | 11011101 | 10011010 | 0 | 0 | 11110 | 1101 | 111101 | 110010 | 1001010 |
Color Harmonies of #DCDD9A
Complementary color
Monochromatic Colors of #DCDD9A
Black with #DCDD9A
Text Example
Text Example
White with #DCDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD9A; }
p { color: rgb(220,221,154); }
H1.HeaderClassName
{
color: #DCDD9A;
}
.AnyTagClassName
{
color: #DCDD9A;
}
</style>
background-color css
<style>
a { background-color: #DCDD9A; }
a { background-color: rgb(220,221,154); }
div.DivClassName
{
background-color: #DCDD9A;
}
.BgClassName
{
background-color: #DCDD9A;
}
</style>
border-color css
<style>
span { border-color: #DCDD9A; }
span { border-color: rgb(220,221,154); }
td.TdClassName
{
border-color: #DCDD9A;
}
.TagClassName
{
border-color: #DCDD9A;
}
</style>