Html Css Color HEX #DBE214 Pear

📋 copy color: '#DBE214'

red 219 ◦ green 226 ◦ blue 20

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

Shades of Pear #DBE214

Tints of Pear #DBE214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.3%

R = 47.1%
G = 48.6%
B = 4.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#DBE214 (or 0xDBE214) is known color: Pear. HEX triplet: DB, E2 and 14. RGB value is (219,226,20). Sum of RGB (Red+Green+Blue) = 219+226+20=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE214 is #241DEB. Grayscale: #C9C9C9. Windows color (decimal): -2366956 or 1368795. OLE color: 1368795.

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

Color convert

RGB 219 226 20 -
CMYK 0.03 0 0.91 0.11
HSL 62.04º 0.84% 0.48% -
HSV(B) 62.04º 0.91% 0.89% -
XYZ 56.54 69.5 11.1 -
YUV 200.42 26.18 141.25 -
System Red Green Blue C M Y K H S L
Decimal 219 226 20 0.03 0 0.91 0.11 62.04 0.84 0.48
Hex DB E2 14 3 0 5B B 3E 54 30
Octal 333 342 24 3 0 133 13 76 124 60
Binary 11011011 11100010 10100 11 0 1011011 1011 111110 1010100 110000

Color Harmonies of #DBE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE214

Black with #DBE214

Text Example


Text Example

White with #DBE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE214; }

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

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

background-color css

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

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

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

border-color css

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

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

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