Html Css Color HEX #DBE93A Pear

📋 copy color: '#DBE93A'

red 219 ◦ green 233 ◦ blue 58

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

Shades of Pear #DBE93A

Tints of Pear #DBE93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.37%

R = 42.94%
G = 45.69%
B = 11.37%

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

#DBE93A (or 0xDBE93A) is known color: Pear. HEX triplet: DB, E9 and 3A. RGB value is (219,233,58). Sum of RGB (Red+Green+Blue) = 219+233+58=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE93A is #2416C5. Grayscale: #D1D1D1. Windows color (decimal): -2365126 or 3860955. OLE color: 3860955.

HSL color Cylindrical-coordinate representation of color #DBE93A: hue angle of 64.8º 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 #DBE93A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 58 -
CMYK 0.06 0 0.75 0.09
HSL 64.8º 0.8% 0.57% -
HSV(B) 64.8º 0.75% 0.91% -
XYZ 59.12 73.64 15.1 -
YUV 208.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 219 233 58 0.06 0 0.75 0.09 64.8 0.8 0.57
Hex DB E9 3A 6 0 4B 9 41 50 39
Octal 333 351 72 6 0 113 11 101 120 71
Binary 11011011 11101001 111010 110 0 1001011 1001 1000001 1010000 111001

Color Harmonies of #DBE93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE93A

Black with #DBE93A

Text Example


Text Example

White with #DBE93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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