Html Css Color HEX #DBE391 Primrose

📋 copy color: '#DBE391'

red 219 ◦ green 227 ◦ blue 145

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

Shades of Primrose #DBE391

Tints of Primrose #DBE391

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.41%

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 37.06%
G = 38.41%
B = 24.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DBE391 (or 0xDBE391) is known color: Primrose. HEX triplet: DB, E3 and 91. RGB value is (219,227,145). Sum of RGB (Red+Green+Blue) = 219+227+145=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE391 is #241C6E. Grayscale: #D7D7D7. Windows color (decimal): -2366575 or 9561051. OLE color: 9561051.

HSL color Cylindrical-coordinate representation of color #DBE391: hue angle of 65.85º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE391 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 145 -
CMYK 0.04 0 0.36 0.11
HSL 65.85º 0.59% 0.73% -
HSV(B) 65.85º 0.36% 0.89% -
XYZ 61.79 72.04 37.44 -
YUV 215.26 88.35 130.67 -
System Red Green Blue C M Y K H S L
Decimal 219 227 145 0.04 0 0.36 0.11 65.85 0.59 0.73
Hex DB E3 91 4 0 24 B 42 3B 49
Octal 333 343 221 4 0 44 13 102 73 111
Binary 11011011 11100011 10010001 100 0 100100 1011 1000010 111011 1001001

Color Harmonies of #DBE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE391

Black with #DBE391

Text Example


Text Example

White with #DBE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE391; }

 p { color: rgb(219,227,145); }

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

background-color css

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

 a { background-color: rgb(219,227,145); }

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

border-color css

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

 span { border-color: rgb(219,227,145); }

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