#DBD791

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

Shades of Primrose #DBD791

Tints of Primrose #DBD791

Color information

#DBD791 (or 0xDBD791) is unknown color: approx Primrose. HEX triplet: DB, D7 and 91. RGB value is (219,215,145). Sum of RGB (Red+Green+Blue) = 219+215+145=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD791 is #24286E. Grayscale: #D0D0D0. Windows color (decimal): -2369647 or 9557979. OLE color: 9557979.

HSL color Cylindrical-coordinate representation of color #DBD791: hue angle of 56.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBD791 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219215145-
CMYK00.020.340.14
HSL56.76º50.68%71.37%-
HSV(B)56.76º33.79%85.88%-
XYZ58.6265.7136.38-
YUV208.2292.33135.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 145 (57.03% from 255) = 25.04%
R=37.82%
G=37.13%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921514500.020.340.1456.7650.6871.37
HexDBD7910222E393347
Octal3333272210242167163107
Binary11011011110101111001000101010001011101110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD791; }

 p { color: rgb(219,215,145); }

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

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

 a { background-color: rgb(219,215,145); }

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

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

 span { border-color: rgb(219,215,145); }

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