Html Css Color HEX #DBEA31 Pear

📋 copy color: '#DBEA31'

red 219 ◦ green 234 ◦ blue 49

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

Shades of Pear #DBEA31

Tints of Pear #DBEA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

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

R = 43.63%
G = 46.61%
B = 9.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#DBEA31 (or 0xDBEA31) is known color: Pear. HEX triplet: DB, EA and 31. RGB value is (219,234,49). Sum of RGB (Red+Green+Blue) = 219+234+49=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA31 is #2415CE. Grayscale: #D1D1D1. Windows color (decimal): -2364879 or 3271387. OLE color: 3271387.

HSL color Cylindrical-coordinate representation of color #DBEA31: hue angle of 64.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBEA31 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 49 -
CMYK 0.06 0 0.79 0.08
HSL 64.86º 0.81% 0.55% -
HSV(B) 64.86º 0.79% 0.92% -
XYZ 59.19 74.13 14.09 -
YUV 208.43 38.03 135.54 -
System Red Green Blue C M Y K H S L
Decimal 219 234 49 0.06 0 0.79 0.08 64.86 0.81 0.55
Hex DB EA 31 6 0 4F 8 41 51 37
Octal 333 352 61 6 0 117 10 101 121 67
Binary 11011011 11101010 110001 110 0 1001111 1000 1000001 1010001 110111

Color Harmonies of #DBEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA31

Black with #DBEA31

Text Example


Text Example

White with #DBEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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