Html Css Color HEX #DBE312 Pear

📋 copy color: '#DBE312'

red 219 ◦ green 227 ◦ blue 18

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

Shades of Pear #DBE312

Tints of Pear #DBE312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.92%

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

R = 47.2%
G = 48.92%
B = 3.88%

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

#DBE312 (or 0xDBE312) is known color: Pear. HEX triplet: DB, E3 and 12. RGB value is (219,227,18). Sum of RGB (Red+Green+Blue) = 219+227+18=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE312 is #241CED. Grayscale: #C9C9C9. Windows color (decimal): -2366702 or 1237979. OLE color: 1237979.

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

Color convert

RGB 219 227 18 -
CMYK 0.04 0 0.92 0.11
HSL 62.3º 0.85% 0.48% -
HSV(B) 62.3º 0.92% 0.89% -
XYZ 56.79 70.04 11.1 -
YUV 200.78 24.85 140.99 -
System Red Green Blue C M Y K H S L
Decimal 219 227 18 0.04 0 0.92 0.11 62.3 0.85 0.48
Hex DB E3 12 4 0 5C B 3E 55 30
Octal 333 343 22 4 0 134 13 76 125 60
Binary 11011011 11100011 10010 100 0 1011100 1011 111110 1010101 110000

Color Harmonies of #DBE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE312

Black with #DBE312

Text Example


Text Example

White with #DBE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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