Html Css Color HEX #DBEB20 Pear

📋 copy color: '#DBEB20'

red 219 ◦ green 235 ◦ blue 32

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

Shades of Pear #DBEB20

Tints of Pear #DBEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

 BLUE value IS 32 (12.89% from 255) = 6.58%

R = 45.06%
G = 48.35%
B = 6.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#DBEB20 (or 0xDBEB20) is known color: Pear. HEX triplet: DB, EB and 20. RGB value is (219,235,32). Sum of RGB (Red+Green+Blue) = 219+235+32=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB20 is #2414DF. Grayscale: #CFCFCF. Windows color (decimal): -2364640 or 2157531. OLE color: 2157531.

HSL color Cylindrical-coordinate representation of color #DBEB20: hue angle of 64.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBEB20 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 32 -
CMYK 0.07 0 0.86 0.08
HSL 64.73º 0.84% 0.52% -
HSV(B) 64.73º 0.86% 0.92% -
XYZ 59.18 74.58 12.64 -
YUV 207.07 29.2 136.51 -
System Red Green Blue C M Y K H S L
Decimal 219 235 32 0.07 0 0.86 0.08 64.73 0.84 0.52
Hex DB EB 20 7 0 56 8 41 54 34
Octal 333 353 40 7 0 126 10 101 124 64
Binary 11011011 11101011 100000 111 0 1010110 1000 1000001 1010100 110100

Color Harmonies of #DBEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB20

Black with #DBEB20

Text Example


Text Example

White with #DBEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB20; }

 p { color: rgb(219,235,32); }

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

background-color css

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

 a { background-color: rgb(219,235,32); }

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

border-color css

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

 span { border-color: rgb(219,235,32); }

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