Html Css Color HEX #DBE522 Pear

📋 copy color: '#DBE522'

red 219 ◦ green 229 ◦ blue 34

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

Shades of Pear #DBE522

Tints of Pear #DBE522

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.51%

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

R = 45.44%
G = 47.51%
B = 7.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#DBE522 (or 0xDBE522) is known color: Pear. HEX triplet: DB, E5 and 22. RGB value is (219,229,34). Sum of RGB (Red+Green+Blue) = 219+229+34=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE522 is #241ADD. Grayscale: #CCCCCC. Windows color (decimal): -2366174 or 2287067. OLE color: 2287067.

HSL color Cylindrical-coordinate representation of color #DBE522: hue angle of 63.08º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBE522 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 34 -
CMYK 0.04 0 0.85 0.10
HSL 63.08º 0.79% 0.52% -
HSV(B) 63.08º 0.85% 0.9% -
XYZ 57.52 71.21 12.23 -
YUV 203.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 219 229 34 0.04 0 0.85 0.10 63.08 0.79 0.52
Hex DB E5 22 4 0 55 A 3F 4F 34
Octal 333 345 42 4 0 125 12 77 117 64
Binary 11011011 11100101 100010 100 0 1010101 1010 111111 1001111 110100

Color Harmonies of #DBE522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE522

Black with #DBE522

Text Example


Text Example

White with #DBE522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE522; }

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

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

background-color css

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

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

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

border-color css

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

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

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