Shades of Primrose #DCDA8F
Tints of Primrose #DCDA8F
RGB
CMYK
RGB Variations
Color information
#DCDA8F (or 0xDCDA8F) is known color: Primrose. HEX triplet: DC, DA and 8F. RGB value is (220,218,143). Sum of RGB (Red+Green+Blue) = 220+218+143=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA8F is #232570. Grayscale: #D2D2D2. Windows color (decimal): -2303345 or 9427676. OLE color: 9427676.
HSL color Cylindrical-coordinate representation of color #DCDA8F: hue angle of 58.44º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDA8F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 143 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.14 |
| HSL | 58.44º | 0.52% | 0.71% | - |
| HSV(B) | 58.44º | 0.35% | 0.86% | - |
| XYZ | 59.54 | 67.34 | 35.85 | - |
| YUV | 210.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 143 | 0 | 0.01 | 0.35 | 0.14 | 58.44 | 0.52 | 0.71 |
| Hex | DC | DA | 8F | 0 | 1 | 23 | E | 3A | 34 | 47 |
| Octal | 334 | 332 | 217 | 0 | 1 | 43 | 16 | 72 | 64 | 107 |
| Binary | 11011100 | 11011010 | 10001111 | 0 | 1 | 100011 | 1110 | 111010 | 110100 | 1000111 |
Color Harmonies of #DCDA8F
Complementary color
Monochromatic Colors of #DCDA8F
Black with #DCDA8F
Text Example
Text Example
White with #DCDA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA8F; }
p { color: rgb(220,218,143); }
H1.HeaderClassName
{
color: #DCDA8F;
}
.AnyTagClassName
{
color: #DCDA8F;
}
</style>
background-color css
<style>
a { background-color: #DCDA8F; }
a { background-color: rgb(220,218,143); }
div.DivClassName
{
background-color: #DCDA8F;
}
.BgClassName
{
background-color: #DCDA8F;
}
</style>
border-color css
<style>
span { border-color: #DCDA8F; }
span { border-color: rgb(220,218,143); }
td.TdClassName
{
border-color: #DCDA8F;
}
.TagClassName
{
border-color: #DCDA8F;
}
</style>