Html Css Color HEX #DBE191 Primrose

📋 copy color: '#DBE191'

red 219 ◦ green 225 ◦ blue 145

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

Shades of Primrose #DBE191

Tints of Primrose #DBE191

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

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

R = 37.18%
G = 38.2%
B = 24.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DBE191 (or 0xDBE191) is known color: Primrose. HEX triplet: DB, E1 and 91. RGB value is (219,225,145). Sum of RGB (Red+Green+Blue) = 219+225+145=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE191 is #241E6E. Grayscale: #D6D6D6. Windows color (decimal): -2367087 or 9560539. OLE color: 9560539.

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

Color convert

RGB 219 225 145 -
CMYK 0.03 0 0.36 0.12
HSL 64.5º 0.57% 0.73% -
HSV(B) 64.5º 0.36% 0.88% -
XYZ 61.25 70.95 37.26 -
YUV 214.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 219 225 145 0.03 0 0.36 0.12 64.5 0.57 0.73
Hex DB E1 91 3 0 24 C 40 39 49
Octal 333 341 221 3 0 44 14 100 71 111
Binary 11011011 11100001 10010001 11 0 100100 1100 1000000 111001 1001001

Color Harmonies of #DBE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE191

Black with #DBE191

Text Example


Text Example

White with #DBE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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