Html Css Color HEX #DBE390 Primrose

📋 copy color: '#DBE390'

red 219 ◦ green 227 ◦ blue 144

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

Shades of Primrose #DBE390

Tints of Primrose #DBE390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.41%

R = 37.12%
G = 38.47%
B = 24.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DBE390 (or 0xDBE390) is known color: Primrose. HEX triplet: DB, E3 and 90. RGB value is (219,227,144). Sum of RGB (Red+Green+Blue) = 219+227+144=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE390 is #241C6F. Grayscale: #D7D7D7. Windows color (decimal): -2366576 or 9495515. OLE color: 9495515.

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

Color convert

RGB 219 227 144 -
CMYK 0.04 0 0.37 0.11
HSL 65.78º 0.6% 0.73% -
HSV(B) 65.78º 0.37% 0.89% -
XYZ 61.72 72.01 37.03 -
YUV 215.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 219 227 144 0.04 0 0.37 0.11 65.78 0.6 0.73
Hex DB E3 90 4 0 25 B 42 3C 49
Octal 333 343 220 4 0 45 13 102 74 111
Binary 11011011 11100011 10010000 100 0 100101 1011 1000010 111100 1001001

Color Harmonies of #DBE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE390

Black with #DBE390

Text Example


Text Example

White with #DBE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE390; }

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

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

background-color css

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

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

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

border-color css

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

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

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