Shades of Primrose #DBDB97
Tints of Primrose #DBDB97
RGB
CMYK
RGB Variations
Color information
#DBDB97 (or 0xDBDB97) is known color: Primrose. HEX triplet: DB, DB and 97. RGB value is (219,219,151). Sum of RGB (Red+Green+Blue) = 219+219+151=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB97 is #242468. Grayscale: #D3D3D3. Windows color (decimal): -2368617 or 9952219. OLE color: 9952219.
HSL color Cylindrical-coordinate representation of color #DBDB97: hue angle of 60º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBDB97 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 151 | - |
CMYK | 0 | 0 | 0.31 | 0.14 |
HSL | 60º | 0.49% | 0.73% | - |
HSV(B) | 60º | 0.31% | 0.86% | - |
XYZ | 60.13 | 67.96 | 39.23 | - |
YUV | 211.25 | 94 | 133.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 151 | 0 | 0 | 0.31 | 0.14 | 60 | 0.49 | 0.73 |
Hex | DB | DB | 97 | 0 | 0 | 1F | E | 3C | 31 | 49 |
Octal | 333 | 333 | 227 | 0 | 0 | 37 | 16 | 74 | 61 | 111 |
Binary | 11011011 | 11011011 | 10010111 | 0 | 0 | 11111 | 1110 | 111100 | 110001 | 1001001 |
Color Harmonies of #DBDB97
Complementary color
Monochromatic Colors of #DBDB97
Black with #DBDB97
Text Example
Text Example
White with #DBDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB97; }
p { color: rgb(219,219,151); }
H1.HeaderClassName
{
color: #DBDB97;
}
.AnyTagClassName
{
color: #DBDB97;
}
</style>
background-color css
<style>
a { background-color: #DBDB97; }
a { background-color: rgb(219,219,151); }
div.DivClassName
{
background-color: #DBDB97;
}
.BgClassName
{
background-color: #DBDB97;
}
</style>
border-color css
<style>
span { border-color: #DBDB97; }
span { border-color: rgb(219,219,151); }
td.TdClassName
{
border-color: #DBDB97;
}
.TagClassName
{
border-color: #DBDB97;
}
</style>