Html Css Color HEX #DBE213 Pear

📋 copy color: '#DBE213'

red 219 ◦ green 226 ◦ blue 19

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

Shades of Pear #DBE213

Tints of Pear #DBE213

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.71%

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 47.2%
G = 48.71%
B = 4.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DBE213 (or 0xDBE213) is known color: Pear. HEX triplet: DB, E2 and 13. RGB value is (219,226,19). Sum of RGB (Red+Green+Blue) = 219+226+19=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE213 is #241DEC. Grayscale: #C9C9C9. Windows color (decimal): -2366957 or 1303259. OLE color: 1303259.

HSL color Cylindrical-coordinate representation of color #DBE213: hue angle of 62.03º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBE213 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 19 -
CMYK 0.03 0 0.92 0.11
HSL 62.03º 0.84% 0.48% -
HSV(B) 62.03º 0.92% 0.89% -
XYZ 56.53 69.5 11.05 -
YUV 200.31 25.68 141.33 -
System Red Green Blue C M Y K H S L
Decimal 219 226 19 0.03 0 0.92 0.11 62.03 0.84 0.48
Hex DB E2 13 3 0 5C B 3E 54 30
Octal 333 342 23 3 0 134 13 76 124 60
Binary 11011011 11100010 10011 11 0 1011100 1011 111110 1010100 110000

Color Harmonies of #DBE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE213

Black with #DBE213

Text Example


Text Example

White with #DBE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE213; }

 p { color: rgb(219,226,19); }

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

background-color css

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

 a { background-color: rgb(219,226,19); }

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

border-color css

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

 span { border-color: rgb(219,226,19); }

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