#DBD591

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

Shades of Primrose #DBD591

Tints of Primrose #DBD591

Color information

#DBD591 (or 0xDBD591) is unknown color: approx Primrose. HEX triplet: DB, D5 and 91. RGB value is (219,213,145). Sum of RGB (Red+Green+Blue) = 219+213+145=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD591 is #242A6E. Grayscale: #CFCFCF. Windows color (decimal): -2370159 or 9557467. OLE color: 9557467.

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

Color convert

RGB219213145-
CMYK00.030.340.14
HSL55.14º50.68%71.37%-
HSV(B)55.14º33.79%85.88%-
XYZ58.1264.6936.21-
YUV207.0492.99136.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 145 (57.03% from 255) = 25.13%
R=37.95%
G=36.92%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921314500.030.340.1455.1450.6871.37
HexDBD5910322E373347
Octal3333252210342166763107
Binary11011011110101011001000101110001011101101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD591; }

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

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

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

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

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

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

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

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