#DBDB89

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

Shades of Primrose #DBDB89

Tints of Primrose #DBDB89

Color information

#DBDB89 (or 0xDBDB89) is unknown color: approx Primrose. HEX triplet: DB, DB and 89. RGB value is (219,219,137). Sum of RGB (Red+Green+Blue) = 219+219+137=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 137 (53.91% from 255 or 23.83% from 575); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB89 is #242476. Grayscale: #D1D1D1. Windows color (decimal): -2368631 or 9034715. OLE color: 9034715.

HSL color Cylindrical-coordinate representation of color #DBDB89: hue angle of 60º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDB89 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219219137-
CMYK000.370.14
HSL60º53.25%69.8%-
HSV(B)60º37.44%85.88%-
XYZ59.0667.5333.59-
YUV209.6587134.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 137 (53.91% from 255) = 23.83%
R=38.09%
G=38.09%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219137000.370.146053.2569.8
HexDBDB890025E3c3546
Octal3333332110045167465106
Binary1101101111011011100010010010010111101111001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB89; }

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

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

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

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

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

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

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

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