Shades of Primrose #DADC9B
Tints of Primrose #DADC9B
RGB
CMYK
RGB Variations
Color information
#DADC9B (or 0xDADC9B) is known color: Primrose. HEX triplet: DA, DC and 9B. RGB value is (218,220,155). Sum of RGB (Red+Green+Blue) = 218+220+155=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC9B is #252364. Grayscale: #D4D4D4. Windows color (decimal): -2433893 or 10214618. OLE color: 10214618.
HSL color Cylindrical-coordinate representation of color #DADC9B: hue angle of 61.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADC9B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 155 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.14 |
| HSL | 61.85º | 0.48% | 0.74% | - |
| HSV(B) | 61.85º | 0.3% | 0.86% | - |
| XYZ | 60.42 | 68.46 | 41.04 | - |
| YUV | 211.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 155 | 0.01 | 0 | 0.30 | 0.14 | 61.85 | 0.48 | 0.74 |
| Hex | DA | DC | 9B | 1 | 0 | 1E | E | 3E | 30 | 4A |
| Octal | 332 | 334 | 233 | 1 | 0 | 36 | 16 | 76 | 60 | 112 |
| Binary | 11011010 | 11011100 | 10011011 | 1 | 0 | 11110 | 1110 | 111110 | 110000 | 1001010 |
Color Harmonies of #DADC9B
Complementary color
Monochromatic Colors of #DADC9B
Black with #DADC9B
Text Example
Text Example
White with #DADC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC9B; }
p { color: rgb(218,220,155); }
H1.HeaderClassName
{
color: #DADC9B;
}
.AnyTagClassName
{
color: #DADC9B;
}
</style>
background-color css
<style>
a { background-color: #DADC9B; }
a { background-color: rgb(218,220,155); }
div.DivClassName
{
background-color: #DADC9B;
}
.BgClassName
{
background-color: #DADC9B;
}
</style>
border-color css
<style>
span { border-color: #DADC9B; }
span { border-color: rgb(218,220,155); }
td.TdClassName
{
border-color: #DADC9B;
}
.TagClassName
{
border-color: #DADC9B;
}
</style>