Html Css Color HEX #DBE531 Pear

📋 copy color: '#DBE531'

red 219 ◦ green 229 ◦ blue 49

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

Shades of Pear #DBE531

Tints of Pear #DBE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.86%

R = 44.06%
G = 46.08%
B = 9.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#DBE531 (or 0xDBE531) is known color: Pear. HEX triplet: DB, E5 and 31. RGB value is (219,229,49). Sum of RGB (Red+Green+Blue) = 219+229+49=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE531 is #241ACE. Grayscale: #CECECE. Windows color (decimal): -2366159 or 3270107. OLE color: 3270107.

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

Color convert

RGB 219 229 49 -
CMYK 0.04 0 0.79 0.10
HSL 63.33º 0.78% 0.55% -
HSV(B) 63.33º 0.79% 0.9% -
XYZ 57.79 71.32 13.63 -
YUV 205.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 219 229 49 0.04 0 0.79 0.10 63.33 0.78 0.55
Hex DB E5 31 4 0 4F A 3F 4E 37
Octal 333 345 61 4 0 117 12 77 116 67
Binary 11011011 11100101 110001 100 0 1001111 1010 111111 1001110 110111

Color Harmonies of #DBE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE531

Black with #DBE531

Text Example


Text Example

White with #DBE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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