Shades of Primrose #DADB85
Tints of Primrose #DADB85
RGB
CMYK
RGB Variations
Color information
#DADB85 (or 0xDADB85) is known color: Primrose. HEX triplet: DA, DB and 85. RGB value is (218,219,133). Sum of RGB (Red+Green+Blue) = 218+219+133=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB85 is #25247A. Grayscale: #D1D1D1. Windows color (decimal): -2434171 or 8772570. OLE color: 8772570.
HSL color Cylindrical-coordinate representation of color #DADB85: hue angle of 60.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DADB85 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 133 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.14 |
| HSL | 60.7º | 0.54% | 0.69% | - |
| HSV(B) | 60.7º | 0.39% | 0.86% | - |
| XYZ | 58.48 | 67.26 | 32.09 | - |
| YUV | 208.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 133 | 0.00 | 0 | 0.39 | 0.14 | 60.7 | 0.54 | 0.69 |
| Hex | DA | DB | 85 | 0 | 0 | 27 | E | 3D | 36 | 45 |
| Octal | 332 | 333 | 205 | 0 | 0 | 47 | 16 | 75 | 66 | 105 |
| Binary | 11011010 | 11011011 | 10000101 | 0 | 0 | 100111 | 1110 | 111101 | 110110 | 1000101 |
Color Harmonies of #DADB85
Complementary color
Monochromatic Colors of #DADB85
Black with #DADB85
Text Example
Text Example
White with #DADB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB85; }
p { color: rgb(218,219,133); }
H1.HeaderClassName
{
color: #DADB85;
}
.AnyTagClassName
{
color: #DADB85;
}
</style>
background-color css
<style>
a { background-color: #DADB85; }
a { background-color: rgb(218,219,133); }
div.DivClassName
{
background-color: #DADB85;
}
.BgClassName
{
background-color: #DADB85;
}
</style>
border-color css
<style>
span { border-color: #DADB85; }
span { border-color: rgb(218,219,133); }
td.TdClassName
{
border-color: #DADB85;
}
.TagClassName
{
border-color: #DADB85;
}
</style>