Shades of Primrose #DADB84
Tints of Primrose #DADB84
RGB
CMYK
RGB Variations
Color information
#DADB84 (or 0xDADB84) is known color: Primrose. HEX triplet: DA, DB and 84. RGB value is (218,219,132). Sum of RGB (Red+Green+Blue) = 218+219+132=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB84 is #25247B. Grayscale: #D1D1D1. Windows color (decimal): -2434172 or 8707034. OLE color: 8707034.
HSL color Cylindrical-coordinate representation of color #DADB84: hue angle of 60.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADB84 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 132 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.14 |
| HSL | 60.69º | 0.55% | 0.69% | - |
| HSV(B) | 60.69º | 0.4% | 0.86% | - |
| XYZ | 58.41 | 67.23 | 31.73 | - |
| YUV | 208.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 132 | 0.00 | 0 | 0.40 | 0.14 | 60.69 | 0.55 | 0.69 |
| Hex | DA | DB | 84 | 0 | 0 | 28 | E | 3D | 37 | 45 |
| Octal | 332 | 333 | 204 | 0 | 0 | 50 | 16 | 75 | 67 | 105 |
| Binary | 11011010 | 11011011 | 10000100 | 0 | 0 | 101000 | 1110 | 111101 | 110111 | 1000101 |
Color Harmonies of #DADB84
Complementary color
Monochromatic Colors of #DADB84
Black with #DADB84
Text Example
Text Example
White with #DADB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB84; }
p { color: rgb(218,219,132); }
H1.HeaderClassName
{
color: #DADB84;
}
.AnyTagClassName
{
color: #DADB84;
}
</style>
background-color css
<style>
a { background-color: #DADB84; }
a { background-color: rgb(218,219,132); }
div.DivClassName
{
background-color: #DADB84;
}
.BgClassName
{
background-color: #DADB84;
}
</style>
border-color css
<style>
span { border-color: #DADB84; }
span { border-color: rgb(218,219,132); }
td.TdClassName
{
border-color: #DADB84;
}
.TagClassName
{
border-color: #DADB84;
}
</style>