Html Css Color HEX #DBE32D Pear

📋 copy color: '#DBE32D'

red 219 ◦ green 227 ◦ blue 45

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

Shades of Pear #DBE32D

Tints of Pear #DBE32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 44.6%
G = 46.23%
B = 9.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#DBE32D (or 0xDBE32D) is known color: Pear. HEX triplet: DB, E3 and 2D. RGB value is (219,227,45). Sum of RGB (Red+Green+Blue) = 219+227+45=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE32D is #241CD2. Grayscale: #CCCCCC. Windows color (decimal): -2366675 or 3007451. OLE color: 3007451.

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

Color convert

RGB 219 227 45 -
CMYK 0.04 0 0.80 0.11
HSL 62.64º 0.76% 0.53% -
HSV(B) 62.64º 0.8% 0.89% -
XYZ 57.16 70.19 13.02 -
YUV 203.86 38.35 138.8 -
System Red Green Blue C M Y K H S L
Decimal 219 227 45 0.04 0 0.80 0.11 62.64 0.76 0.53
Hex DB E3 2D 4 0 50 B 3F 4C 35
Octal 333 343 55 4 0 120 13 77 114 65
Binary 11011011 11100011 101101 100 0 1010000 1011 111111 1001100 110101

Color Harmonies of #DBE32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE32D

Black with #DBE32D

Text Example


Text Example

White with #DBE32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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