#DBD997

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

Shades of Primrose #DBD997

Tints of Primrose #DBD997

Color information

#DBD997 (or 0xDBD997) is unknown color: approx Primrose. HEX triplet: DB, D9 and 97. RGB value is (219,217,151). Sum of RGB (Red+Green+Blue) = 219+217+151=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD997 is #242668. Grayscale: #D2D2D2. Windows color (decimal): -2369129 or 9951707. OLE color: 9951707.

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

Color convert

RGB219217151-
CMYK00.010.310.14
HSL58.24º48.57%72.55%-
HSV(B)58.24º31.05%85.88%-
XYZ59.6166.9239.05-
YUV210.0794.66134.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 151 (59.38% from 255) = 25.72%
R=37.31%
G=36.97%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921715100.010.310.1458.2448.5772.55
HexDBD997011FE3a3149
Octal3333312270137167261111
Binary110110111101100110010111011111111101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD997; }

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

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

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

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

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

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

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

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