Shades of Primrose #DADB8F
Tints of Primrose #DADB8F
RGB
CMYK
RGB Variations
Color information
#DADB8F (or 0xDADB8F) is known color: Primrose. HEX triplet: DA, DB and 8F. RGB value is (218,219,143). Sum of RGB (Red+Green+Blue) = 218+219+143=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB8F is #252470. Grayscale: #D2D2D2. Windows color (decimal): -2434161 or 9427930. OLE color: 9427930.
HSL color Cylindrical-coordinate representation of color #DADB8F: hue angle of 60.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DADB8F is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 143 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.14 |
| HSL | 60.79º | 0.51% | 0.71% | - |
| HSV(B) | 60.79º | 0.35% | 0.86% | - |
| XYZ | 59.2 | 67.55 | 35.91 | - |
| YUV | 210.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 143 | 0.00 | 0 | 0.35 | 0.14 | 60.79 | 0.51 | 0.71 |
| Hex | DA | DB | 8F | 0 | 0 | 23 | E | 3D | 33 | 47 |
| Octal | 332 | 333 | 217 | 0 | 0 | 43 | 16 | 75 | 63 | 107 |
| Binary | 11011010 | 11011011 | 10001111 | 0 | 0 | 100011 | 1110 | 111101 | 110011 | 1000111 |
Color Harmonies of #DADB8F
Complementary color
Monochromatic Colors of #DADB8F
Black with #DADB8F
Text Example
Text Example
White with #DADB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB8F; }
p { color: rgb(218,219,143); }
H1.HeaderClassName
{
color: #DADB8F;
}
.AnyTagClassName
{
color: #DADB8F;
}
</style>
background-color css
<style>
a { background-color: #DADB8F; }
a { background-color: rgb(218,219,143); }
div.DivClassName
{
background-color: #DADB8F;
}
.BgClassName
{
background-color: #DADB8F;
}
</style>
border-color css
<style>
span { border-color: #DADB8F; }
span { border-color: rgb(218,219,143); }
td.TdClassName
{
border-color: #DADB8F;
}
.TagClassName
{
border-color: #DADB8F;
}
</style>