#DBDA97

Color #DBDA97 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DBDA97

Tints of Primrose #DBDA97

Color information

#DBDA97 (or 0xDBDA97) is unknown color: approx Primrose. HEX triplet: DB, DA and 97. RGB value is (219,218,151). Sum of RGB (Red+Green+Blue) = 219+218+151=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA97 is #242568. Grayscale: #D2D2D2. Windows color (decimal): -2368873 or 9951963. OLE color: 9951963.

HSL color Cylindrical-coordinate representation of color #DBDA97: hue angle of 59.12º 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 #DBDA97 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219218151-
CMYK00.000.310.14
HSL59.12º48.57%72.55%-
HSV(B)59.12º31.05%85.88%-
XYZ59.8767.4439.14-
YUV210.6694.33133.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=37.24%
G=37.07%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921815100.000.310.1459.1248.5772.55
HexDBDA97001FE3b3149
Octal3333322270037167361111
Binary110110111101101010010111001111111101110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA97; }

 p { color: rgb(219,218,151); }

 H1.HeaderClassName
 {
   color: #DBDA97;
 }
 .AnyTagClassName
 {
   color: #DBDA97;
 }
</style>
background-color css

<style>
 a { background-color: #DBDA97; }

 a { background-color: rgb(219,218,151); }

 div.DivClassName
 {
   background-color: #DBDA97;
 }
 .BgClassName
 {
   background-color: #DBDA97;
 }
</style>
border-color css

<style>
 span { border-color: #DBDA97; }

 span { border-color: rgb(219,218,151); }

 td.TdClassName
 {
   border-color: #DBDA97;
 }
 .TagClassName
 {
   border-color: #DBDA97;
 }
</style>