Shades of Primrose #DCDA8A
Tints of Primrose #DCDA8A
RGB
CMYK
RGB Variations
Color information
#DCDA8A (or 0xDCDA8A) is known color: Primrose. HEX triplet: DC, DA and 8A. RGB value is (220,218,138). Sum of RGB (Red+Green+Blue) = 220+218+138=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA8A is #232575. Grayscale: #D1D1D1. Windows color (decimal): -2303350 or 9099996. OLE color: 9099996.
HSL color Cylindrical-coordinate representation of color #DCDA8A: hue angle of 58.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCDA8A is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 138 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.14 |
| HSL | 58.54º | 0.54% | 0.7% | - |
| HSV(B) | 58.54º | 0.37% | 0.86% | - |
| XYZ | 59.17 | 67.19 | 33.9 | - |
| YUV | 209.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 138 | 0 | 0.01 | 0.37 | 0.14 | 58.54 | 0.54 | 0.7 |
| Hex | DC | DA | 8A | 0 | 1 | 25 | E | 3B | 36 | 46 |
| Octal | 334 | 332 | 212 | 0 | 1 | 45 | 16 | 73 | 66 | 106 |
| Binary | 11011100 | 11011010 | 10001010 | 0 | 1 | 100101 | 1110 | 111011 | 110110 | 1000110 |
Color Harmonies of #DCDA8A
Complementary color
Monochromatic Colors of #DCDA8A
Black with #DCDA8A
Text Example
Text Example
White with #DCDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA8A; }
p { color: rgb(220,218,138); }
H1.HeaderClassName
{
color: #DCDA8A;
}
.AnyTagClassName
{
color: #DCDA8A;
}
</style>
background-color css
<style>
a { background-color: #DCDA8A; }
a { background-color: rgb(220,218,138); }
div.DivClassName
{
background-color: #DCDA8A;
}
.BgClassName
{
background-color: #DCDA8A;
}
</style>
border-color css
<style>
span { border-color: #DCDA8A; }
span { border-color: rgb(220,218,138); }
td.TdClassName
{
border-color: #DCDA8A;
}
.TagClassName
{
border-color: #DCDA8A;
}
</style>