Shades of Primrose #DAD983
Tints of Primrose #DAD983
RGB
CMYK
RGB Variations
Color information
#DAD983 (or 0xDAD983) is known color: Primrose. HEX triplet: DA, D9 and 83. RGB value is (218,217,131). Sum of RGB (Red+Green+Blue) = 218+217+131=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD983 is #25267C. Grayscale: #CFCFCF. Windows color (decimal): -2434685 or 8640986. OLE color: 8640986.
HSL color Cylindrical-coordinate representation of color #DAD983: hue angle of 59.31º 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 #DAD983 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 131 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.15 |
| HSL | 59.31º | 0.54% | 0.68% | - |
| HSV(B) | 59.31º | 0.4% | 0.85% | - |
| XYZ | 57.82 | 66.17 | 31.2 | - |
| YUV | 207.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 131 | 0 | 0.00 | 0.40 | 0.15 | 59.31 | 0.54 | 0.68 |
| Hex | DA | D9 | 83 | 0 | 0 | 28 | F | 3B | 36 | 44 |
| Octal | 332 | 331 | 203 | 0 | 0 | 50 | 17 | 73 | 66 | 104 |
| Binary | 11011010 | 11011001 | 10000011 | 0 | 0 | 101000 | 1111 | 111011 | 110110 | 1000100 |
Color Harmonies of #DAD983
Complementary color
Monochromatic Colors of #DAD983
Black with #DAD983
Text Example
Text Example
White with #DAD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD983; }
p { color: rgb(218,217,131); }
H1.HeaderClassName
{
color: #DAD983;
}
.AnyTagClassName
{
color: #DAD983;
}
</style>
background-color css
<style>
a { background-color: #DAD983; }
a { background-color: rgb(218,217,131); }
div.DivClassName
{
background-color: #DAD983;
}
.BgClassName
{
background-color: #DAD983;
}
</style>
border-color css
<style>
span { border-color: #DAD983; }
span { border-color: rgb(218,217,131); }
td.TdClassName
{
border-color: #DAD983;
}
.TagClassName
{
border-color: #DAD983;
}
</style>