Html Css Color HEX #DBE094 Primrose

📋 copy color: '#DBE094'

red 219 ◦ green 224 ◦ blue 148

#DBE094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DBE094

Tints of Primrose #DBE094

RGB

 RED value IS 219 (85.94% from 255) = 37.06%

 GREEN value IS 224 (87.89% from 255) = 37.9%

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 37.06%
G = 37.9%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#DBE094 (or 0xDBE094) is known color: Primrose. HEX triplet: DB, E0 and 94. RGB value is (219,224,148). Sum of RGB (Red+Green+Blue) = 219+224+148=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE094 is #241F6B. Grayscale: #D6D6D6. Windows color (decimal): -2367340 or 9756891. OLE color: 9756891.

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

Color convert

RGB 219 224 148 -
CMYK 0.02 0 0.34 0.12
HSL 63.95º 0.55% 0.73% -
HSV(B) 63.95º 0.34% 0.88% -
XYZ 61.21 70.51 38.4 -
YUV 213.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 219 224 148 0.02 0 0.34 0.12 63.95 0.55 0.73
Hex DB E0 94 2 0 22 C 40 37 49
Octal 333 340 224 2 0 42 14 100 67 111
Binary 11011011 11100000 10010100 10 0 100010 1100 1000000 110111 1001001

Color Harmonies of #DBE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE094

Black with #DBE094

Text Example


Text Example

White with #DBE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE094; }

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

 H1.HeaderClassName
 {
   color: #DBE094;
 }
 .AnyTagClassName
 {
   color: #DBE094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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