Shades of Primrose #DAD982
Tints of Primrose #DAD982
RGB
CMYK
RGB Variations
Color information
#DAD982 (or 0xDAD982) is known color: Primrose. HEX triplet: DA, D9 and 82. RGB value is (218,217,130). Sum of RGB (Red+Green+Blue) = 218+217+130=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD982 is #25267D. Grayscale: #CFCFCF. Windows color (decimal): -2434686 or 8575450. OLE color: 8575450.
HSL color Cylindrical-coordinate representation of color #DAD982: hue angle of 59.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD982 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 130 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.15 |
| HSL | 59.32º | 0.54% | 0.68% | - |
| HSV(B) | 59.32º | 0.4% | 0.85% | - |
| XYZ | 57.76 | 66.14 | 30.84 | - |
| YUV | 207.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 130 | 0 | 0.00 | 0.40 | 0.15 | 59.32 | 0.54 | 0.68 |
| Hex | DA | D9 | 82 | 0 | 0 | 28 | F | 3B | 36 | 44 |
| Octal | 332 | 331 | 202 | 0 | 0 | 50 | 17 | 73 | 66 | 104 |
| Binary | 11011010 | 11011001 | 10000010 | 0 | 0 | 101000 | 1111 | 111011 | 110110 | 1000100 |
Color Harmonies of #DAD982
Complementary color
Monochromatic Colors of #DAD982
Black with #DAD982
Text Example
Text Example
White with #DAD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD982; }
p { color: rgb(218,217,130); }
H1.HeaderClassName
{
color: #DAD982;
}
.AnyTagClassName
{
color: #DAD982;
}
</style>
background-color css
<style>
a { background-color: #DAD982; }
a { background-color: rgb(218,217,130); }
div.DivClassName
{
background-color: #DAD982;
}
.BgClassName
{
background-color: #DAD982;
}
</style>
border-color css
<style>
span { border-color: #DAD982; }
span { border-color: rgb(218,217,130); }
td.TdClassName
{
border-color: #DAD982;
}
.TagClassName
{
border-color: #DAD982;
}
</style>