Shades of Primrose #DDDB97
Tints of Primrose #DDDB97
RGB
CMYK
RGB Variations
Color information
#DDDB97 (or 0xDDDB97) is known color: Primrose. HEX triplet: DD, DB and 97. RGB value is (221,219,151). Sum of RGB (Red+Green+Blue) = 221+219+151=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 151 (59.38% from 255 or 25.55% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB97 is #222468. Grayscale: #D4D4D4. Windows color (decimal): -2237545 or 9952221. OLE color: 9952221.
HSL color Cylindrical-coordinate representation of color #DDDB97: hue angle of 58.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDDB97 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 151 | - |
CMYK | 0 | 0.01 | 0.32 | 0.13 |
HSL | 58.29º | 0.51% | 0.73% | - |
HSV(B) | 58.29º | 0.32% | 0.87% | - |
XYZ | 60.74 | 68.27 | 39.25 | - |
YUV | 211.85 | 93.66 | 134.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 151 | 0 | 0.01 | 0.32 | 0.13 | 58.29 | 0.51 | 0.73 |
Hex | DD | DB | 97 | 0 | 1 | 20 | D | 3A | 33 | 49 |
Octal | 335 | 333 | 227 | 0 | 1 | 40 | 15 | 72 | 63 | 111 |
Binary | 11011101 | 11011011 | 10010111 | 0 | 1 | 100000 | 1101 | 111010 | 110011 | 1001001 |
Color Harmonies of #DDDB97
Complementary color
Monochromatic Colors of #DDDB97
Black with #DDDB97
Text Example
Text Example
White with #DDDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB97; }
p { color: rgb(221,219,151); }
H1.HeaderClassName
{
color: #DDDB97;
}
.AnyTagClassName
{
color: #DDDB97;
}
</style>
background-color css
<style>
a { background-color: #DDDB97; }
a { background-color: rgb(221,219,151); }
div.DivClassName
{
background-color: #DDDB97;
}
.BgClassName
{
background-color: #DDDB97;
}
</style>
border-color css
<style>
span { border-color: #DDDB97; }
span { border-color: rgb(221,219,151); }
td.TdClassName
{
border-color: #DDDB97;
}
.TagClassName
{
border-color: #DDDB97;
}
</style>