#DBD897

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

Shades of Primrose #DBD897

Tints of Primrose #DBD897

Color information

#DBD897 (or 0xDBD897) is unknown color: approx Primrose. HEX triplet: DB, D8 and 97. RGB value is (219,216,151). Sum of RGB (Red+Green+Blue) = 219+216+151=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD897 is #242768. Grayscale: #D1D1D1. Windows color (decimal): -2369385 or 9951451. OLE color: 9951451.

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

Color convert

RGB219216151-
CMYK00.010.310.14
HSL57.35º48.57%72.55%-
HSV(B)57.35º31.05%85.88%-
XYZ59.3666.4138.97-
YUV209.4994.99134.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=37.37%
G=36.86%
B=25.77%

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
Decimal21921615100.010.310.1457.3548.5772.55
HexDBD897011FE393149
Octal3333302270137167161111
Binary110110111101100010010111011111111101110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD897; }

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

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

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

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

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

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

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

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