Html Css Color HEX #DBE432 Pear

📋 copy color: '#DBE432'

red 219 ◦ green 228 ◦ blue 50

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

Shades of Pear #DBE432

Tints of Pear #DBE432

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.88%

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

R = 44.06%
G = 45.88%
B = 10.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#DBE432 (or 0xDBE432) is known color: Pear. HEX triplet: DB, E4 and 32. RGB value is (219,228,50). Sum of RGB (Red+Green+Blue) = 219+228+50=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE432 is #241BCD. Grayscale: #CDCDCD. Windows color (decimal): -2366414 or 3335387. OLE color: 3335387.

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

Color convert

RGB 219 228 50 -
CMYK 0.04 0 0.78 0.11
HSL 63.03º 0.77% 0.55% -
HSV(B) 63.03º 0.78% 0.89% -
XYZ 57.53 70.78 13.65 -
YUV 205.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 219 228 50 0.04 0 0.78 0.11 63.03 0.77 0.55
Hex DB E4 32 4 0 4E B 3F 4D 37
Octal 333 344 62 4 0 116 13 77 115 67
Binary 11011011 11100100 110010 100 0 1001110 1011 111111 1001101 110111

Color Harmonies of #DBE432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE432

Black with #DBE432

Text Example


Text Example

White with #DBE432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE432; }

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

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

background-color css

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

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

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

border-color css

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

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

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