Html Css Color HEX #DBE532 Pear

📋 copy color: '#DBE532'

red 219 ◦ green 229 ◦ blue 50

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

Shades of Pear #DBE532

Tints of Pear #DBE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.04%

R = 43.98%
G = 45.98%
B = 10.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#DBE532 (or 0xDBE532) is known color: Pear. HEX triplet: DB, E5 and 32. RGB value is (219,229,50). Sum of RGB (Red+Green+Blue) = 219+229+50=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE532 is #241ACD. Grayscale: #CECECE. Windows color (decimal): -2366158 or 3335643. OLE color: 3335643.

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

Color convert

RGB 219 229 50 -
CMYK 0.04 0 0.78 0.10
HSL 63.35º 0.77% 0.55% -
HSV(B) 63.35º 0.78% 0.9% -
XYZ 57.81 71.33 13.74 -
YUV 205.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 219 229 50 0.04 0 0.78 0.10 63.35 0.77 0.55
Hex DB E5 32 4 0 4E A 3F 4D 37
Octal 333 345 62 4 0 116 12 77 115 67
Binary 11011011 11100101 110010 100 0 1001110 1010 111111 1001101 110111

Color Harmonies of #DBE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE532

Black with #DBE532

Text Example


Text Example

White with #DBE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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