Html Css Color HEX #DBE095 Primrose

📋 copy color: '#DBE095'

red 219 ◦ green 224 ◦ blue 149

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

Shades of Primrose #DBE095

Tints of Primrose #DBE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.17%

R = 36.99%
G = 37.84%
B = 25.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DBE095 (or 0xDBE095) is known color: Primrose. HEX triplet: DB, E0 and 95. RGB value is (219,224,149). Sum of RGB (Red+Green+Blue) = 219+224+149=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE095 is #241F6A. Grayscale: #D6D6D6. Windows color (decimal): -2367339 or 9822427. OLE color: 9822427.

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

Color convert

RGB 219 224 149 -
CMYK 0.02 0 0.33 0.12
HSL 64º 0.55% 0.73% -
HSV(B) 64º 0.33% 0.88% -
XYZ 61.29 70.54 38.82 -
YUV 213.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 219 224 149 0.02 0 0.33 0.12 64 0.55 0.73
Hex DB E0 95 2 0 21 C 40 37 49
Octal 333 340 225 2 0 41 14 100 67 111
Binary 11011011 11100000 10010101 10 0 100001 1100 1000000 110111 1001001

Color Harmonies of #DBE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE095

Black with #DBE095

Text Example


Text Example

White with #DBE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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