Shades of Primrose #DDDF89
Tints of Primrose #DDDF89
RGB
CMYK
RGB Variations
Color information
#DDDF89 (or 0xDDDF89) is known color: Primrose. HEX triplet: DD, DF and 89. RGB value is (221,223,137). Sum of RGB (Red+Green+Blue) = 221+223+137=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF89 is #222076. Grayscale: #D4D4D4. Windows color (decimal): -2236535 or 9035741. OLE color: 9035741.
HSL color Cylindrical-coordinate representation of color #DDDF89: hue angle of 61.4º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDDF89 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 137 | - |
CMYK | 0.01 | 0 | 0.39 | 0.13 |
HSL | 61.4º | 0.57% | 0.71% | - |
HSV(B) | 61.4º | 0.39% | 0.87% | - |
XYZ | 60.72 | 69.95 | 33.97 | - |
YUV | 212.6 | 85.34 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 137 | 0.01 | 0 | 0.39 | 0.13 | 61.4 | 0.57 | 0.71 |
Hex | DD | DF | 89 | 1 | 0 | 27 | D | 3D | 39 | 47 |
Octal | 335 | 337 | 211 | 1 | 0 | 47 | 15 | 75 | 71 | 107 |
Binary | 11011101 | 11011111 | 10001001 | 1 | 0 | 100111 | 1101 | 111101 | 111001 | 1000111 |
Color Harmonies of #DDDF89
Complementary color
Monochromatic Colors of #DDDF89
Black with #DDDF89
Text Example
Text Example
White with #DDDF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF89; }
p { color: rgb(221,223,137); }
H1.HeaderClassName
{
color: #DDDF89;
}
.AnyTagClassName
{
color: #DDDF89;
}
</style>
background-color css
<style>
a { background-color: #DDDF89; }
a { background-color: rgb(221,223,137); }
div.DivClassName
{
background-color: #DDDF89;
}
.BgClassName
{
background-color: #DDDF89;
}
</style>
border-color css
<style>
span { border-color: #DDDF89; }
span { border-color: rgb(221,223,137); }
td.TdClassName
{
border-color: #DDDF89;
}
.TagClassName
{
border-color: #DDDF89;
}
</style>