Html Css Color HEX #DBE31A Pear

📋 copy color: '#DBE31A'

red 219 ◦ green 227 ◦ blue 26

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

Shades of Pear #DBE31A

Tints of Pear #DBE31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 46.4%
G = 48.09%
B = 5.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#DBE31A (or 0xDBE31A) is known color: Pear. HEX triplet: DB, E3 and 1A. RGB value is (219,227,26). Sum of RGB (Red+Green+Blue) = 219+227+26=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE31A is #241CE5. Grayscale: #CACACA. Windows color (decimal): -2366694 or 1762267. OLE color: 1762267.

HSL color Cylindrical-coordinate representation of color #DBE31A: hue angle of 62.39º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBE31A is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 26 -
CMYK 0.04 0 0.89 0.11
HSL 62.39º 0.79% 0.5% -
HSV(B) 62.39º 0.89% 0.89% -
XYZ 56.87 70.07 11.51 -
YUV 201.69 28.85 140.34 -
System Red Green Blue C M Y K H S L
Decimal 219 227 26 0.04 0 0.89 0.11 62.39 0.79 0.5
Hex DB E3 1A 4 0 59 B 3E 4F 32
Octal 333 343 32 4 0 131 13 76 117 62
Binary 11011011 11100011 11010 100 0 1011001 1011 111110 1001111 110010

Color Harmonies of #DBE31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE31A

Black with #DBE31A

Text Example


Text Example

White with #DBE31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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