Shades of Primrose #DBDB8C
Tints of Primrose #DBDB8C
RGB
CMYK
RGB Variations
Color information
#DBDB8C (or 0xDBDB8C) is known color: Primrose. HEX triplet: DB, DB and 8C. RGB value is (219,219,140). Sum of RGB (Red+Green+Blue) = 219+219+140=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB8C is #242473. Grayscale: #D2D2D2. Windows color (decimal): -2368628 or 9231323. OLE color: 9231323.
HSL color Cylindrical-coordinate representation of color #DBDB8C: hue angle of 60º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDB8C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 140 | - |
CMYK | 0 | 0 | 0.36 | 0.14 |
HSL | 60º | 0.52% | 0.7% | - |
HSV(B) | 60º | 0.36% | 0.86% | - |
XYZ | 59.28 | 67.62 | 34.74 | - |
YUV | 209.99 | 88.5 | 134.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 140 | 0 | 0 | 0.36 | 0.14 | 60 | 0.52 | 0.7 |
Hex | DB | DB | 8C | 0 | 0 | 24 | E | 3C | 34 | 46 |
Octal | 333 | 333 | 214 | 0 | 0 | 44 | 16 | 74 | 64 | 106 |
Binary | 11011011 | 11011011 | 10001100 | 0 | 0 | 100100 | 1110 | 111100 | 110100 | 1000110 |
Color Harmonies of #DBDB8C
Complementary color
Monochromatic Colors of #DBDB8C
Black with #DBDB8C
Text Example
Text Example
White with #DBDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB8C; }
p { color: rgb(219,219,140); }
H1.HeaderClassName
{
color: #DBDB8C;
}
.AnyTagClassName
{
color: #DBDB8C;
}
</style>
background-color css
<style>
a { background-color: #DBDB8C; }
a { background-color: rgb(219,219,140); }
div.DivClassName
{
background-color: #DBDB8C;
}
.BgClassName
{
background-color: #DBDB8C;
}
</style>
border-color css
<style>
span { border-color: #DBDB8C; }
span { border-color: rgb(219,219,140); }
td.TdClassName
{
border-color: #DBDB8C;
}
.TagClassName
{
border-color: #DBDB8C;
}
</style>