Html Css Color HEX #DBE091 Primrose

📋 copy color: '#DBE091'

red 219 ◦ green 224 ◦ blue 145

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

Shades of Primrose #DBE091

Tints of Primrose #DBE091

RGB

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

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

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

R = 37.24%
G = 38.1%
B = 24.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#DBE091 (or 0xDBE091) is known color: Primrose. HEX triplet: DB, E0 and 91. RGB value is (219,224,145). Sum of RGB (Red+Green+Blue) = 219+224+145=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE091 is #241F6E. Grayscale: #D5D5D5. Windows color (decimal): -2367343 or 9560283. OLE color: 9560283.

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

Color convert

RGB 219 224 145 -
CMYK 0.02 0 0.35 0.12
HSL 63.8º 0.56% 0.72% -
HSV(B) 63.8º 0.35% 0.88% -
XYZ 60.98 70.42 37.17 -
YUV 213.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 219 224 145 0.02 0 0.35 0.12 63.8 0.56 0.72
Hex DB E0 91 2 0 23 C 40 38 48
Octal 333 340 221 2 0 43 14 100 70 110
Binary 11011011 11100000 10010001 10 0 100011 1100 1000000 111000 1001000

Color Harmonies of #DBE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE091

Black with #DBE091

Text Example


Text Example

White with #DBE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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