Shades of Primrose #DADD85
Tints of Primrose #DADD85
RGB
CMYK
RGB Variations
Color information
#DADD85 (or 0xDADD85) is known color: Primrose. HEX triplet: DA, DD and 85. RGB value is (218,221,133). Sum of RGB (Red+Green+Blue) = 218+221+133=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD85 is #25227A. Grayscale: #D2D2D2. Windows color (decimal): -2433659 or 8773082. OLE color: 8773082.
HSL color Cylindrical-coordinate representation of color #DADD85: hue angle of 62.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADD85 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 133 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.13 |
| HSL | 62.05º | 0.56% | 0.69% | - |
| HSV(B) | 62.05º | 0.4% | 0.87% | - |
| XYZ | 59 | 68.31 | 32.27 | - |
| YUV | 210.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 133 | 0.01 | 0 | 0.40 | 0.13 | 62.05 | 0.56 | 0.69 |
| Hex | DA | DD | 85 | 1 | 0 | 28 | D | 3E | 38 | 45 |
| Octal | 332 | 335 | 205 | 1 | 0 | 50 | 15 | 76 | 70 | 105 |
| Binary | 11011010 | 11011101 | 10000101 | 1 | 0 | 101000 | 1101 | 111110 | 111000 | 1000101 |
Color Harmonies of #DADD85
Complementary color
Monochromatic Colors of #DADD85
Black with #DADD85
Text Example
Text Example
White with #DADD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD85; }
p { color: rgb(218,221,133); }
H1.HeaderClassName
{
color: #DADD85;
}
.AnyTagClassName
{
color: #DADD85;
}
</style>
background-color css
<style>
a { background-color: #DADD85; }
a { background-color: rgb(218,221,133); }
div.DivClassName
{
background-color: #DADD85;
}
.BgClassName
{
background-color: #DADD85;
}
</style>
border-color css
<style>
span { border-color: #DADD85; }
span { border-color: rgb(218,221,133); }
td.TdClassName
{
border-color: #DADD85;
}
.TagClassName
{
border-color: #DADD85;
}
</style>