Shades of Primrose #DADC91
Tints of Primrose #DADC91
RGB
CMYK
RGB Variations
Color information
#DADC91 (or 0xDADC91) is known color: Primrose. HEX triplet: DA, DC and 91. RGB value is (218,220,145). Sum of RGB (Red+Green+Blue) = 218+220+145=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC91 is #25236E. Grayscale: #D3D3D3. Windows color (decimal): -2433903 or 9559258. OLE color: 9559258.
HSL color Cylindrical-coordinate representation of color #DADC91: hue angle of 61.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DADC91 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 145 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.14 |
| HSL | 61.6º | 0.52% | 0.72% | - |
| HSV(B) | 61.6º | 0.34% | 0.86% | - |
| XYZ | 59.62 | 68.14 | 36.8 | - |
| YUV | 210.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 145 | 0.01 | 0 | 0.34 | 0.14 | 61.6 | 0.52 | 0.72 |
| Hex | DA | DC | 91 | 1 | 0 | 22 | E | 3E | 34 | 48 |
| Octal | 332 | 334 | 221 | 1 | 0 | 42 | 16 | 76 | 64 | 110 |
| Binary | 11011010 | 11011100 | 10010001 | 1 | 0 | 100010 | 1110 | 111110 | 110100 | 1001000 |
Color Harmonies of #DADC91
Complementary color
Monochromatic Colors of #DADC91
Black with #DADC91
Text Example
Text Example
White with #DADC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC91; }
p { color: rgb(218,220,145); }
H1.HeaderClassName
{
color: #DADC91;
}
.AnyTagClassName
{
color: #DADC91;
}
</style>
background-color css
<style>
a { background-color: #DADC91; }
a { background-color: rgb(218,220,145); }
div.DivClassName
{
background-color: #DADC91;
}
.BgClassName
{
background-color: #DADC91;
}
</style>
border-color css
<style>
span { border-color: #DADC91; }
span { border-color: rgb(218,220,145); }
td.TdClassName
{
border-color: #DADC91;
}
.TagClassName
{
border-color: #DADC91;
}
</style>