Html Css Color HEX #DBE93B Pear

📋 copy color: '#DBE93B'

red 219 ◦ green 233 ◦ blue 59

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

Shades of Pear #DBE93B

Tints of Pear #DBE93B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.6%

 BLUE value IS 59 (23.44% from 255) = 11.55%

R = 42.86%
G = 45.6%
B = 11.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#DBE93B (or 0xDBE93B) is known color: Pear. HEX triplet: DB, E9 and 3B. RGB value is (219,233,59). Sum of RGB (Red+Green+Blue) = 219+233+59=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE93B is #2416C4. Grayscale: #D1D1D1. Windows color (decimal): -2365125 or 3926491. OLE color: 3926491.

HSL color Cylindrical-coordinate representation of color #DBE93B: hue angle of 64.83º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBE93B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 59 -
CMYK 0.06 0 0.75 0.09
HSL 64.83º 0.8% 0.57% -
HSV(B) 64.83º 0.75% 0.91% -
XYZ 59.14 73.65 15.24 -
YUV 208.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 219 233 59 0.06 0 0.75 0.09 64.83 0.8 0.57
Hex DB E9 3B 6 0 4B 9 41 50 39
Octal 333 351 73 6 0 113 11 101 120 71
Binary 11011011 11101001 111011 110 0 1001011 1001 1000001 1010000 111001

Color Harmonies of #DBE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE93B

Black with #DBE93B

Text Example


Text Example

White with #DBE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE93B; }

 p { color: rgb(219,233,59); }

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

background-color css

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

 a { background-color: rgb(219,233,59); }

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

border-color css

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

 span { border-color: rgb(219,233,59); }

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