#dbdb91

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

Shades of Primrose #DBDB91

Tints of Primrose #DBDB91

Color information

#DBDB91 (or 0xDBDB91) is unknown color: approx Primrose. HEX triplet: DB, DB and 91. RGB value is (219,219,145). Sum of RGB (Red+Green+Blue) = 219+219+145=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB91 is #24246E. Grayscale: #D2D2D2. Windows color (decimal): -2368623 or 9559003. OLE color: 9559003.

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

Color convert

RGB219219145-
CMYK000.340.14
HSL60º50.68%71.37%-
HSV(B)60º33.79%85.88%-
XYZ59.6667.7736.72-
YUV210.5691134.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=37.56%
G=37.56%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219145000.340.146050.6871.37
HexDBDB910022E3c3347
Octal3333332210042167463107
Binary1101101111011011100100010010001011101111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbdb91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbdb91; }

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

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

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

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

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

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

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

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