Html Css Color HEX #DBE412 Pear

📋 copy color: '#DBE412'

red 219 ◦ green 228 ◦ blue 18

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

Shades of Pear #DBE412

Tints of Pear #DBE412

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.03%

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 47.1%
G = 49.03%
B = 3.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DBE412 (or 0xDBE412) is known color: Pear. HEX triplet: DB, E4 and 12. RGB value is (219,228,18). Sum of RGB (Red+Green+Blue) = 219+228+18=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE412 is #241BED. Grayscale: #CACACA. Windows color (decimal): -2366446 or 1238235. OLE color: 1238235.

HSL color Cylindrical-coordinate representation of color #DBE412: hue angle of 62.57º degrees, saturation: 0.85, 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 #DBE412 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 18 -
CMYK 0.04 0 0.92 0.11
HSL 62.57º 0.85% 0.48% -
HSV(B) 62.57º 0.92% 0.89% -
XYZ 57.07 70.59 11.19 -
YUV 201.37 24.52 140.58 -
System Red Green Blue C M Y K H S L
Decimal 219 228 18 0.04 0 0.92 0.11 62.57 0.85 0.48
Hex DB E4 12 4 0 5C B 3F 55 30
Octal 333 344 22 4 0 134 13 77 125 60
Binary 11011011 11100100 10010 100 0 1011100 1011 111111 1010101 110000

Color Harmonies of #DBE412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE412

Black with #DBE412

Text Example


Text Example

White with #DBE412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE412; }

 p { color: rgb(219,228,18); }

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

background-color css

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

 a { background-color: rgb(219,228,18); }

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

border-color css

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

 span { border-color: rgb(219,228,18); }

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