Shades of Primrose #DDDA90
Tints of Primrose #DDDA90
RGB
CMYK
RGB Variations
Color information
#DDDA90 (or 0xDDDA90) is known color: Primrose. HEX triplet: DD, DA and 90. RGB value is (221,218,144). Sum of RGB (Red+Green+Blue) = 221+218+144=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA90 is #22256F. Grayscale: #D2D2D2. Windows color (decimal): -2237808 or 9493213. OLE color: 9493213.
HSL color Cylindrical-coordinate representation of color #DDDA90: hue angle of 57.66º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDDA90 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 144 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 57.66º | 0.53% | 0.72% | - |
| HSV(B) | 57.66º | 0.35% | 0.87% | - |
| XYZ | 59.92 | 67.53 | 36.26 | - |
| YUV | 210.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 144 | 0 | 0.01 | 0.35 | 0.13 | 57.66 | 0.53 | 0.72 |
| Hex | DD | DA | 90 | 0 | 1 | 23 | D | 3A | 35 | 48 |
| Octal | 335 | 332 | 220 | 0 | 1 | 43 | 15 | 72 | 65 | 110 |
| Binary | 11011101 | 11011010 | 10010000 | 0 | 1 | 100011 | 1101 | 111010 | 110101 | 1001000 |
Color Harmonies of #DDDA90
Complementary color
Monochromatic Colors of #DDDA90
Black with #DDDA90
Text Example
Text Example
White with #DDDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA90; }
p { color: rgb(221,218,144); }
H1.HeaderClassName
{
color: #DDDA90;
}
.AnyTagClassName
{
color: #DDDA90;
}
</style>
background-color css
<style>
a { background-color: #DDDA90; }
a { background-color: rgb(221,218,144); }
div.DivClassName
{
background-color: #DDDA90;
}
.BgClassName
{
background-color: #DDDA90;
}
</style>
border-color css
<style>
span { border-color: #DDDA90; }
span { border-color: rgb(221,218,144); }
td.TdClassName
{
border-color: #DDDA90;
}
.TagClassName
{
border-color: #DDDA90;
}
</style>