Shades of Primrose #DDDA97
Tints of Primrose #DDDA97
RGB
CMYK
RGB Variations
Color information
#DDDA97 (or 0xDDDA97) is known color: Primrose. HEX triplet: DD, DA and 97. RGB value is (221,218,151). Sum of RGB (Red+Green+Blue) = 221+218+151=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA97 is #222568. Grayscale: #D3D3D3. Windows color (decimal): -2237801 or 9951965. OLE color: 9951965.
HSL color Cylindrical-coordinate representation of color #DDDA97: hue angle of 57.43º 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 #DDDA97 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 151 | - |
CMYK | 0 | 0.01 | 0.32 | 0.13 |
HSL | 57.43º | 0.51% | 0.73% | - |
HSV(B) | 57.43º | 0.32% | 0.87% | - |
XYZ | 60.48 | 67.75 | 39.17 | - |
YUV | 211.26 | 93.99 | 134.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 151 | 0 | 0.01 | 0.32 | 0.13 | 57.43 | 0.51 | 0.73 |
Hex | DD | DA | 97 | 0 | 1 | 20 | D | 39 | 33 | 49 |
Octal | 335 | 332 | 227 | 0 | 1 | 40 | 15 | 71 | 63 | 111 |
Binary | 11011101 | 11011010 | 10010111 | 0 | 1 | 100000 | 1101 | 111001 | 110011 | 1001001 |
Color Harmonies of #DDDA97
Complementary color
Monochromatic Colors of #DDDA97
Black with #DDDA97
Text Example
Text Example
White with #DDDA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA97; }
p { color: rgb(221,218,151); }
H1.HeaderClassName
{
color: #DDDA97;
}
.AnyTagClassName
{
color: #DDDA97;
}
</style>
background-color css
<style>
a { background-color: #DDDA97; }
a { background-color: rgb(221,218,151); }
div.DivClassName
{
background-color: #DDDA97;
}
.BgClassName
{
background-color: #DDDA97;
}
</style>
border-color css
<style>
span { border-color: #DDDA97; }
span { border-color: rgb(221,218,151); }
td.TdClassName
{
border-color: #DDDA97;
}
.TagClassName
{
border-color: #DDDA97;
}
</style>