#DBE19C

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

Shades of Primrose #DBE19C

Tints of Primrose #DBE19C

Color information

#DBE19C (or 0xDBE19C) is unknown color: approx Primrose. HEX triplet: DB, E1 and 9C. RGB value is (219,225,156). Sum of RGB (Red+Green+Blue) = 219+225+156=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19C is #241E63. Grayscale: #D7D7D7. Windows color (decimal): -2367076 or 10281435. OLE color: 10281435.

HSL color Cylindrical-coordinate representation of color #DBE19C: hue angle of 65.22º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE19C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB219225156-
CMYK0.0300.310.12
HSL65.22º53.49%74.71%-
HSV(B)65.22º30.67%88.24%-
XYZ62.1471.3141.94-
YUV215.3494.51130.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 26%
R=36.5%
G=37.5%
B=26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251560.0300.310.1265.2253.4974.71
HexDBE19C301FC41354b
Octal33334123430371410165113
Binary11011011111000011001110011011111110010000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE19C; }

 p { color: rgb(219,225,156); }

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

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

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

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

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

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

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