#DBE092

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

Shades of Primrose #DBE092

Tints of Primrose #DBE092

Color information

#DBE092 (or 0xDBE092) is unknown color: approx Primrose. HEX triplet: DB, E0 and 92. RGB value is (219,224,146). Sum of RGB (Red+Green+Blue) = 219+224+146=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE092 is #241F6D. Grayscale: #D5D5D5. Windows color (decimal): -2367342 or 9625819. OLE color: 9625819.

HSL color Cylindrical-coordinate representation of color #DBE092: hue angle of 63.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE092 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB219224146-
CMYK0.0200.350.12
HSL63.85º55.71%72.55%-
HSV(B)63.85º34.82%87.84%-
XYZ61.0670.4537.57-
YUV213.6189.84131.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=37.18%
G=38.03%
B=24.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241460.0200.350.1263.8555.7172.55
HexDBE0922023C403849
Octal33334022220431410070111
Binary110110111110000010010010100100011110010000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE092; }

 p { color: rgb(219,224,146); }

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

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

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

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

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

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

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