Html Css Color HEX #DBEB32 Pear

📋 copy color: '#DBEB32'

red 219 ◦ green 235 ◦ blue 50

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

Shades of Pear #DBEB32

Tints of Pear #DBEB32

RGB

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

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

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

R = 43.45%
G = 46.63%
B = 9.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#DBEB32 (or 0xDBEB32) is known color: Pear. HEX triplet: DB, EB and 32. RGB value is (219,235,50). Sum of RGB (Red+Green+Blue) = 219+235+50=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB32 is #2414CD. Grayscale: #D1D1D1. Windows color (decimal): -2364622 or 3337179. OLE color: 3337179.

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

Color convert

RGB 219 235 50 -
CMYK 0.07 0 0.79 0.08
HSL 65.19º 0.82% 0.56% -
HSV(B) 65.19º 0.79% 0.92% -
XYZ 59.5 74.71 14.3 -
YUV 209.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 219 235 50 0.07 0 0.79 0.08 65.19 0.82 0.56
Hex DB EB 32 7 0 4F 8 41 52 38
Octal 333 353 62 7 0 117 10 101 122 70
Binary 11011011 11101011 110010 111 0 1001111 1000 1000001 1010010 111000

Color Harmonies of #DBEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB32

Black with #DBEB32

Text Example


Text Example

White with #DBEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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