Shades of Primrose #DADB8D
Tints of Primrose #DADB8D
RGB
CMYK
RGB Variations
Color information
#DADB8D (or 0xDADB8D) is known color: Primrose. HEX triplet: DA, DB and 8D. RGB value is (218,219,141). Sum of RGB (Red+Green+Blue) = 218+219+141=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB8D is #252472. Grayscale: #D2D2D2. Windows color (decimal): -2434163 or 9296858. OLE color: 9296858.
HSL color Cylindrical-coordinate representation of color #DADB8D: hue angle of 60.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADB8D is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 141 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.14 |
| HSL | 60.77º | 0.52% | 0.71% | - |
| HSV(B) | 60.77º | 0.36% | 0.86% | - |
| XYZ | 59.05 | 67.49 | 35.11 | - |
| YUV | 209.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 141 | 0.00 | 0 | 0.36 | 0.14 | 60.77 | 0.52 | 0.71 |
| Hex | DA | DB | 8D | 0 | 0 | 24 | E | 3D | 34 | 47 |
| Octal | 332 | 333 | 215 | 0 | 0 | 44 | 16 | 75 | 64 | 107 |
| Binary | 11011010 | 11011011 | 10001101 | 0 | 0 | 100100 | 1110 | 111101 | 110100 | 1000111 |
Color Harmonies of #DADB8D
Complementary color
Monochromatic Colors of #DADB8D
Black with #DADB8D
Text Example
Text Example
White with #DADB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB8D; }
p { color: rgb(218,219,141); }
H1.HeaderClassName
{
color: #DADB8D;
}
.AnyTagClassName
{
color: #DADB8D;
}
</style>
background-color css
<style>
a { background-color: #DADB8D; }
a { background-color: rgb(218,219,141); }
div.DivClassName
{
background-color: #DADB8D;
}
.BgClassName
{
background-color: #DADB8D;
}
</style>
border-color css
<style>
span { border-color: #DADB8D; }
span { border-color: rgb(218,219,141); }
td.TdClassName
{
border-color: #DADB8D;
}
.TagClassName
{
border-color: #DADB8D;
}
</style>