Shades of Primrose #DADA9A
Tints of Primrose #DADA9A
RGB
CMYK
RGB Variations
Color information
#DADA9A (or 0xDADA9A) is known color: Primrose. HEX triplet: DA, DA and 9A. RGB value is (218,218,154). Sum of RGB (Red+Green+Blue) = 218+218+154=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9A is #252565. Grayscale: #D2D2D2. Windows color (decimal): -2434406 or 10148570. OLE color: 10148570.
HSL color Cylindrical-coordinate representation of color #DADA9A: hue angle of 60º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADA9A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 154 | - |
| CMYK | 0 | 0 | 0.29 | 0.15 |
| HSL | 60º | 0.46% | 0.73% | - |
| HSV(B) | 60º | 0.29% | 0.85% | - |
| XYZ | 59.82 | 67.38 | 40.43 | - |
| YUV | 210.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 154 | 0 | 0 | 0.29 | 0.15 | 60 | 0.46 | 0.73 |
| Hex | DA | DA | 9A | 0 | 0 | 1D | F | 3C | 2E | 49 |
| Octal | 332 | 332 | 232 | 0 | 0 | 35 | 17 | 74 | 56 | 111 |
| Binary | 11011010 | 11011010 | 10011010 | 0 | 0 | 11101 | 1111 | 111100 | 101110 | 1001001 |
Color Harmonies of #DADA9A
Complementary color
Monochromatic Colors of #DADA9A
Black with #DADA9A
Text Example
Text Example
White with #DADA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA9A; }
p { color: rgb(218,218,154); }
H1.HeaderClassName
{
color: #DADA9A;
}
.AnyTagClassName
{
color: #DADA9A;
}
</style>
background-color css
<style>
a { background-color: #DADA9A; }
a { background-color: rgb(218,218,154); }
div.DivClassName
{
background-color: #DADA9A;
}
.BgClassName
{
background-color: #DADA9A;
}
</style>
border-color css
<style>
span { border-color: #DADA9A; }
span { border-color: rgb(218,218,154); }
td.TdClassName
{
border-color: #DADA9A;
}
.TagClassName
{
border-color: #DADA9A;
}
</style>