Shades of Primrose #DAD58A
Tints of Primrose #DAD58A
RGB
CMYK
RGB Variations
Color information
#DAD58A (or 0xDAD58A) is known color: Primrose. HEX triplet: DA, D5 and 8A. RGB value is (218,213,138). Sum of RGB (Red+Green+Blue) = 218+213+138=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD58A is #252A75. Grayscale: #CECECE. Windows color (decimal): -2435702 or 9098714. OLE color: 9098714.
HSL color Cylindrical-coordinate representation of color #DAD58A: hue angle of 56.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAD58A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 138 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.15 |
| HSL | 56.25º | 0.52% | 0.7% | - |
| HSV(B) | 56.25º | 0.37% | 0.85% | - |
| XYZ | 57.3 | 64.33 | 33.44 | - |
| YUV | 205.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 138 | 0 | 0.02 | 0.37 | 0.15 | 56.25 | 0.52 | 0.7 |
| Hex | DA | D5 | 8A | 0 | 2 | 25 | F | 38 | 34 | 46 |
| Octal | 332 | 325 | 212 | 0 | 2 | 45 | 17 | 70 | 64 | 106 |
| Binary | 11011010 | 11010101 | 10001010 | 0 | 10 | 100101 | 1111 | 111000 | 110100 | 1000110 |
Color Harmonies of #DAD58A
Complementary color
Monochromatic Colors of #DAD58A
Black with #DAD58A
Text Example
Text Example
White with #DAD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD58A; }
p { color: rgb(218,213,138); }
H1.HeaderClassName
{
color: #DAD58A;
}
.AnyTagClassName
{
color: #DAD58A;
}
</style>
background-color css
<style>
a { background-color: #DAD58A; }
a { background-color: rgb(218,213,138); }
div.DivClassName
{
background-color: #DAD58A;
}
.BgClassName
{
background-color: #DAD58A;
}
</style>
border-color css
<style>
span { border-color: #DAD58A; }
span { border-color: rgb(218,213,138); }
td.TdClassName
{
border-color: #DAD58A;
}
.TagClassName
{
border-color: #DAD58A;
}
</style>