Shades of Primrose #DCDA83
Tints of Primrose #DCDA83
RGB
CMYK
RGB Variations
Color information
#DCDA83 (or 0xDCDA83) is known color: Primrose. HEX triplet: DC, DA and 83. RGB value is (220,218,131). Sum of RGB (Red+Green+Blue) = 220+218+131=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA83 is #23257C. Grayscale: #D1D1D1. Windows color (decimal): -2303357 or 8641244. OLE color: 8641244.
HSL color Cylindrical-coordinate representation of color #DCDA83: hue angle of 58.65º degrees, saturation: 0.56, 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 #DCDA83 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 131 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.14 |
| HSL | 58.65º | 0.56% | 0.69% | - |
| HSV(B) | 58.65º | 0.4% | 0.86% | - |
| XYZ | 58.68 | 67 | 31.31 | - |
| YUV | 208.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 131 | 0 | 0.01 | 0.40 | 0.14 | 58.65 | 0.56 | 0.69 |
| Hex | DC | DA | 83 | 0 | 1 | 28 | E | 3B | 38 | 45 |
| Octal | 334 | 332 | 203 | 0 | 1 | 50 | 16 | 73 | 70 | 105 |
| Binary | 11011100 | 11011010 | 10000011 | 0 | 1 | 101000 | 1110 | 111011 | 111000 | 1000101 |
Color Harmonies of #DCDA83
Complementary color
Monochromatic Colors of #DCDA83
Black with #DCDA83
Text Example
Text Example
White with #DCDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA83; }
p { color: rgb(220,218,131); }
H1.HeaderClassName
{
color: #DCDA83;
}
.AnyTagClassName
{
color: #DCDA83;
}
</style>
background-color css
<style>
a { background-color: #DCDA83; }
a { background-color: rgb(220,218,131); }
div.DivClassName
{
background-color: #DCDA83;
}
.BgClassName
{
background-color: #DCDA83;
}
</style>
border-color css
<style>
span { border-color: #DCDA83; }
span { border-color: rgb(220,218,131); }
td.TdClassName
{
border-color: #DCDA83;
}
.TagClassName
{
border-color: #DCDA83;
}
</style>