Html Css Color HEX #DBE916 Pear

📋 copy color: '#DBE916'

red 219 ◦ green 233 ◦ blue 22

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

Shades of Pear #DBE916

Tints of Pear #DBE916

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

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

R = 46.2%
G = 49.16%
B = 4.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#DBE916 (or 0xDBE916) is known color: Pear. HEX triplet: DB, E9 and 16. RGB value is (219,233,22). Sum of RGB (Red+Green+Blue) = 219+233+22=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE916 is #2416E9. Grayscale: #CDCDCD. Windows color (decimal): -2365162 or 1501659. OLE color: 1501659.

HSL color Cylindrical-coordinate representation of color #DBE916: hue angle of 63.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBE916 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 22 -
CMYK 0.06 0 0.91 0.09
HSL 63.98º 0.83% 0.5% -
HSV(B) 63.98º 0.91% 0.91% -
XYZ 58.5 73.4 11.84 -
YUV 204.76 24.86 138.16 -
System Red Green Blue C M Y K H S L
Decimal 219 233 22 0.06 0 0.91 0.09 63.98 0.83 0.5
Hex DB E9 16 6 0 5B 9 40 53 32
Octal 333 351 26 6 0 133 11 100 123 62
Binary 11011011 11101001 10110 110 0 1011011 1001 1000000 1010011 110010

Color Harmonies of #DBE916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE916

Black with #DBE916

Text Example


Text Example

White with #DBE916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE916; }

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

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

background-color css

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

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

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

border-color css

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

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

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