#DBE989

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

Shades of Primrose #DBE989

Tints of Primrose #DBE989

Color information

#DBE989 (or 0xDBE989) is unknown color: approx Primrose. HEX triplet: DB, E9 and 89. RGB value is (219,233,137). Sum of RGB (Red+Green+Blue) = 219+233+137=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE989 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE989 is #241676. Grayscale: #DADADA. Windows color (decimal): -2365047 or 9038299. OLE color: 9038299.

HSL color Cylindrical-coordinate representation of color #DBE989: hue angle of 68.75º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE989 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB219233137-
CMYK0.0600.410.09
HSL68.75º68.57%72.55%-
HSV(B)68.75º41.2%91.37%-
XYZ62.8775.1434.86-
YUV217.8782.36128.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 233 (91.41% from 255) = 39.56%
BLUE value IS 137 (53.91% from 255) = 23.26%
R=37.18%
G=39.56%
B=23.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331370.0600.410.0968.7568.5772.55
HexDBE98960299454549
Octal333351211605111105105111
Binary11011011111010011000100111001010011001100010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE989; }

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

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

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

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

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

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

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

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