Html Css Color HEX #DBE016 Pear

📋 copy color: '#DBE016'

red 219 ◦ green 224 ◦ blue 22

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

Shades of Pear #DBE016

Tints of Pear #DBE016

RGB

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

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

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

R = 47.1%
G = 48.17%
B = 4.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#DBE016 (or 0xDBE016) is known color: Pear. HEX triplet: DB, E0 and 16. RGB value is (219,224,22). Sum of RGB (Red+Green+Blue) = 219+224+22=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE016 is #241FE9. Grayscale: #C8C8C8. Windows color (decimal): -2367466 or 1499355. OLE color: 1499355.

HSL color Cylindrical-coordinate representation of color #DBE016: hue angle of 61.49º 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 #DBE016 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 22 -
CMYK 0.02 0 0.90 0.12
HSL 61.49º 0.82% 0.48% -
HSV(B) 61.49º 0.9% 0.88% -
XYZ 56.01 68.43 11.01 -
YUV 199.48 27.84 141.93 -
System Red Green Blue C M Y K H S L
Decimal 219 224 22 0.02 0 0.90 0.12 61.49 0.82 0.48
Hex DB E0 16 2 0 5A C 3D 52 30
Octal 333 340 26 2 0 132 14 75 122 60
Binary 11011011 11100000 10110 10 0 1011010 1100 111101 1010010 110000

Color Harmonies of #DBE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE016

Black with #DBE016

Text Example


Text Example

White with #DBE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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