Html Css Color HEX #DBE022 Pear

📋 copy color: '#DBE022'

red 219 ◦ green 224 ◦ blue 34

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

Shades of Pear #DBE022

Tints of Pear #DBE022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.13%

R = 45.91%
G = 46.96%
B = 7.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#DBE022 (or 0xDBE022) is known color: Pear. HEX triplet: DB, E0 and 22. RGB value is (219,224,34). Sum of RGB (Red+Green+Blue) = 219+224+34=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE022 is #241FDD. Grayscale: #C9C9C9. Windows color (decimal): -2367454 or 2285787. OLE color: 2285787.

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

Color convert

RGB 219 224 34 -
CMYK 0.02 0 0.85 0.12
HSL 61.58º 0.75% 0.51% -
HSV(B) 61.58º 0.85% 0.88% -
XYZ 56.16 68.49 11.77 -
YUV 200.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 219 224 34 0.02 0 0.85 0.12 61.58 0.75 0.51
Hex DB E0 22 2 0 55 C 3E 4B 33
Octal 333 340 42 2 0 125 14 76 113 63
Binary 11011011 11100000 100010 10 0 1010101 1100 111110 1001011 110011

Color Harmonies of #DBE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE022

Black with #DBE022

Text Example


Text Example

White with #DBE022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE022; }

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

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

background-color css

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

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

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

border-color css

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

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

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