Html Css Color HEX #DBE116 Pear

📋 copy color: '#DBE116'

red 219 ◦ green 225 ◦ blue 22

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

Shades of Pear #DBE116

Tints of Pear #DBE116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 22 (8.98% from 255) = 4.72%

R = 47%
G = 48.28%
B = 4.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#DBE116 (or 0xDBE116) is known color: Pear. HEX triplet: DB, E1 and 16. RGB value is (219,225,22). Sum of RGB (Red+Green+Blue) = 219+225+22=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE116 is #241EE9. Grayscale: #C8C8C8. Windows color (decimal): -2367210 or 1499611. OLE color: 1499611.

HSL color Cylindrical-coordinate representation of color #DBE116: hue angle of 61.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBE116 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 22 -
CMYK 0.03 0 0.90 0.12
HSL 61.77º 0.82% 0.48% -
HSV(B) 61.77º 0.9% 0.88% -
XYZ 56.28 68.97 11.1 -
YUV 200.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 219 225 22 0.03 0 0.90 0.12 61.77 0.82 0.48
Hex DB E1 16 3 0 5A C 3E 52 30
Octal 333 341 26 3 0 132 14 76 122 60
Binary 11011011 11100001 10110 11 0 1011010 1100 111110 1010010 110000

Color Harmonies of #DBE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE116

Black with #DBE116

Text Example


Text Example

White with #DBE116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE116; }

 p { color: rgb(219,225,22); }

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

background-color css

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

 a { background-color: rgb(219,225,22); }

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

border-color css

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

 span { border-color: rgb(219,225,22); }

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