Html Css Color HEX #DBE491 Primrose

📋 copy color: '#DBE491'

red 219 ◦ green 228 ◦ blue 145

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

Shades of Primrose #DBE491

Tints of Primrose #DBE491

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

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

R = 36.99%
G = 38.51%
B = 24.49%

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

#DBE491 (or 0xDBE491) is known color: Primrose. HEX triplet: DB, E4 and 91. RGB value is (219,228,145). Sum of RGB (Red+Green+Blue) = 219+228+145=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE491 is #241B6E. Grayscale: #D8D8D8. Windows color (decimal): -2366319 or 9561307. OLE color: 9561307.

HSL color Cylindrical-coordinate representation of color #DBE491: hue angle of 66.51º degrees, saturation: 0.61, 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 #DBE491 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 145 -
CMYK 0.04 0 0.36 0.11
HSL 66.51º 0.61% 0.73% -
HSV(B) 66.51º 0.36% 0.89% -
XYZ 62.07 72.59 37.53 -
YUV 215.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 219 228 145 0.04 0 0.36 0.11 66.51 0.61 0.73
Hex DB E4 91 4 0 24 B 43 3D 49
Octal 333 344 221 4 0 44 13 103 75 111
Binary 11011011 11100100 10010001 100 0 100100 1011 1000011 111101 1001001

Color Harmonies of #DBE491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE491

Black with #DBE491

Text Example


Text Example

White with #DBE491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE491; }

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

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

background-color css

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

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

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

border-color css

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

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

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