Html Css Color HEX #DBE01A Pear

📋 copy color: '#DBE01A'

red 219 ◦ green 224 ◦ blue 26

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

Shades of Pear #DBE01A

Tints of Pear #DBE01A

RGB

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

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

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

R = 46.7%
G = 47.76%
B = 5.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DBE01A (or 0xDBE01A) is known color: Pear. HEX triplet: DB, E0 and 1A. RGB value is (219,224,26). Sum of RGB (Red+Green+Blue) = 219+224+26=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE01A is #241FE5. Grayscale: #C8C8C8. Windows color (decimal): -2367462 or 1761499. OLE color: 1761499.

HSL color Cylindrical-coordinate representation of color #DBE01A: hue angle of 61.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBE01A is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 26 -
CMYK 0.02 0 0.88 0.12
HSL 61.52º 0.79% 0.49% -
HSV(B) 61.52º 0.88% 0.88% -
XYZ 56.06 68.45 11.23 -
YUV 199.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 219 224 26 0.02 0 0.88 0.12 61.52 0.79 0.49
Hex DB E0 1A 2 0 58 C 3E 4F 31
Octal 333 340 32 2 0 130 14 76 117 61
Binary 11011011 11100000 11010 10 0 1011000 1100 111110 1001111 110001

Color Harmonies of #DBE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE01A

Black with #DBE01A

Text Example


Text Example

White with #DBE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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