Shades of Primrose #DCDA85
Tints of Primrose #DCDA85
RGB
CMYK
RGB Variations
Color information
#DCDA85 (or 0xDCDA85) is known color: Primrose. HEX triplet: DC, DA and 85. RGB value is (220,218,133). Sum of RGB (Red+Green+Blue) = 220+218+133=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA85 is #23257A. Grayscale: #D1D1D1. Windows color (decimal): -2303355 or 8772316. OLE color: 8772316.
HSL color Cylindrical-coordinate representation of color #DCDA85: hue angle of 58.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDA85 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 133 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.14 |
| HSL | 58.62º | 0.55% | 0.69% | - |
| HSV(B) | 58.62º | 0.4% | 0.86% | - |
| XYZ | 58.82 | 67.05 | 32.03 | - |
| YUV | 208.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 133 | 0 | 0.01 | 0.40 | 0.14 | 58.62 | 0.55 | 0.69 |
| Hex | DC | DA | 85 | 0 | 1 | 28 | E | 3B | 37 | 45 |
| Octal | 334 | 332 | 205 | 0 | 1 | 50 | 16 | 73 | 67 | 105 |
| Binary | 11011100 | 11011010 | 10000101 | 0 | 1 | 101000 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DCDA85
Complementary color
Monochromatic Colors of #DCDA85
Black with #DCDA85
Text Example
Text Example
White with #DCDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA85; }
p { color: rgb(220,218,133); }
H1.HeaderClassName
{
color: #DCDA85;
}
.AnyTagClassName
{
color: #DCDA85;
}
</style>
background-color css
<style>
a { background-color: #DCDA85; }
a { background-color: rgb(220,218,133); }
div.DivClassName
{
background-color: #DCDA85;
}
.BgClassName
{
background-color: #DCDA85;
}
</style>
border-color css
<style>
span { border-color: #DCDA85; }
span { border-color: rgb(220,218,133); }
td.TdClassName
{
border-color: #DCDA85;
}
.TagClassName
{
border-color: #DCDA85;
}
</style>