Shades of Primrose #DAD882
Tints of Primrose #DAD882
RGB
CMYK
RGB Variations
Color information
#DAD882 (or 0xDAD882) is known color: Primrose. HEX triplet: DA, D8 and 82. RGB value is (218,216,130). Sum of RGB (Red+Green+Blue) = 218+216+130=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD882 is #25277D. Grayscale: #CFCFCF. Windows color (decimal): -2434942 or 8575194. OLE color: 8575194.
HSL color Cylindrical-coordinate representation of color #DAD882: hue angle of 58.64º 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 #DAD882 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 130 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.15 |
| HSL | 58.64º | 0.54% | 0.68% | - |
| HSV(B) | 58.64º | 0.4% | 0.85% | - |
| XYZ | 57.5 | 65.63 | 30.76 | - |
| YUV | 206.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 130 | 0 | 0.01 | 0.40 | 0.15 | 58.64 | 0.54 | 0.68 |
| Hex | DA | D8 | 82 | 0 | 1 | 28 | F | 3B | 36 | 44 |
| Octal | 332 | 330 | 202 | 0 | 1 | 50 | 17 | 73 | 66 | 104 |
| Binary | 11011010 | 11011000 | 10000010 | 0 | 1 | 101000 | 1111 | 111011 | 110110 | 1000100 |
Color Harmonies of #DAD882
Complementary color
Monochromatic Colors of #DAD882
Black with #DAD882
Text Example
Text Example
White with #DAD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD882; }
p { color: rgb(218,216,130); }
H1.HeaderClassName
{
color: #DAD882;
}
.AnyTagClassName
{
color: #DAD882;
}
</style>
background-color css
<style>
a { background-color: #DAD882; }
a { background-color: rgb(218,216,130); }
div.DivClassName
{
background-color: #DAD882;
}
.BgClassName
{
background-color: #DAD882;
}
</style>
border-color css
<style>
span { border-color: #DAD882; }
span { border-color: rgb(218,216,130); }
td.TdClassName
{
border-color: #DAD882;
}
.TagClassName
{
border-color: #DAD882;
}
</style>