Shades of Primrose #DADC94
Tints of Primrose #DADC94
RGB
CMYK
RGB Variations
Color information
#DADC94 (or 0xDADC94) is known color: Primrose. HEX triplet: DA, DC and 94. RGB value is (218,220,148). Sum of RGB (Red+Green+Blue) = 218+220+148=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC94 is #25236B. Grayscale: #D3D3D3. Windows color (decimal): -2433900 or 9755866. OLE color: 9755866.
HSL color Cylindrical-coordinate representation of color #DADC94: hue angle of 61.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DADC94 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 148 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.14 |
| HSL | 61.67º | 0.51% | 0.72% | - |
| HSV(B) | 61.67º | 0.33% | 0.86% | - |
| XYZ | 59.85 | 68.23 | 38.03 | - |
| YUV | 211.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 148 | 0.01 | 0 | 0.33 | 0.14 | 61.67 | 0.51 | 0.72 |
| Hex | DA | DC | 94 | 1 | 0 | 21 | E | 3E | 33 | 48 |
| Octal | 332 | 334 | 224 | 1 | 0 | 41 | 16 | 76 | 63 | 110 |
| Binary | 11011010 | 11011100 | 10010100 | 1 | 0 | 100001 | 1110 | 111110 | 110011 | 1001000 |
Color Harmonies of #DADC94
Complementary color
Monochromatic Colors of #DADC94
Black with #DADC94
Text Example
Text Example
White with #DADC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC94; }
p { color: rgb(218,220,148); }
H1.HeaderClassName
{
color: #DADC94;
}
.AnyTagClassName
{
color: #DADC94;
}
</style>
background-color css
<style>
a { background-color: #DADC94; }
a { background-color: rgb(218,220,148); }
div.DivClassName
{
background-color: #DADC94;
}
.BgClassName
{
background-color: #DADC94;
}
</style>
border-color css
<style>
span { border-color: #DADC94; }
span { border-color: rgb(218,220,148); }
td.TdClassName
{
border-color: #DADC94;
}
.TagClassName
{
border-color: #DADC94;
}
</style>