Shades of Primrose #DAD98C
Tints of Primrose #DAD98C
RGB
CMYK
RGB Variations
Color information
#DAD98C (or 0xDAD98C) is known color: Primrose. HEX triplet: DA, D9 and 8C. RGB value is (218,217,140). Sum of RGB (Red+Green+Blue) = 218+217+140=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD98C is #252673. Grayscale: #D0D0D0. Windows color (decimal): -2434676 or 9230810. OLE color: 9230810.
HSL color Cylindrical-coordinate representation of color #DAD98C: hue angle of 59.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAD98C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 140 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.15 |
| HSL | 59.23º | 0.51% | 0.7% | - |
| HSV(B) | 59.23º | 0.36% | 0.85% | - |
| XYZ | 58.46 | 66.42 | 34.55 | - |
| YUV | 208.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 140 | 0 | 0.00 | 0.36 | 0.15 | 59.23 | 0.51 | 0.7 |
| Hex | DA | D9 | 8C | 0 | 0 | 24 | F | 3B | 33 | 46 |
| Octal | 332 | 331 | 214 | 0 | 0 | 44 | 17 | 73 | 63 | 106 |
| Binary | 11011010 | 11011001 | 10001100 | 0 | 0 | 100100 | 1111 | 111011 | 110011 | 1000110 |
Color Harmonies of #DAD98C
Complementary color
Monochromatic Colors of #DAD98C
Black with #DAD98C
Text Example
Text Example
White with #DAD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD98C; }
p { color: rgb(218,217,140); }
H1.HeaderClassName
{
color: #DAD98C;
}
.AnyTagClassName
{
color: #DAD98C;
}
</style>
background-color css
<style>
a { background-color: #DAD98C; }
a { background-color: rgb(218,217,140); }
div.DivClassName
{
background-color: #DAD98C;
}
.BgClassName
{
background-color: #DAD98C;
}
</style>
border-color css
<style>
span { border-color: #DAD98C; }
span { border-color: rgb(218,217,140); }
td.TdClassName
{
border-color: #DAD98C;
}
.TagClassName
{
border-color: #DAD98C;
}
</style>