Html Css Color HEX #DBE392 Primrose

📋 copy color: '#DBE392'

red 219 ◦ green 227 ◦ blue 146

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

Shades of Primrose #DBE392

Tints of Primrose #DBE392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.66%

R = 36.99%
G = 38.34%
B = 24.66%

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

#DBE392 (or 0xDBE392) is known color: Primrose. HEX triplet: DB, E3 and 92. RGB value is (219,227,146). Sum of RGB (Red+Green+Blue) = 219+227+146=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE392 is #241C6D. Grayscale: #D7D7D7. Windows color (decimal): -2366574 or 9626587. OLE color: 9626587.

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

Color convert

RGB 219 227 146 -
CMYK 0.04 0 0.36 0.11
HSL 65.93º 0.59% 0.73% -
HSV(B) 65.93º 0.36% 0.89% -
XYZ 61.87 72.07 37.84 -
YUV 215.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 219 227 146 0.04 0 0.36 0.11 65.93 0.59 0.73
Hex DB E3 92 4 0 24 B 42 3B 49
Octal 333 343 222 4 0 44 13 102 73 111
Binary 11011011 11100011 10010010 100 0 100100 1011 1000010 111011 1001001

Color Harmonies of #DBE392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE392

Black with #DBE392

Text Example


Text Example

White with #DBE392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE392; }

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

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

background-color css

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

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

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

border-color css

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

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

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