Html Css Color HEX #DBE93C Pear

📋 copy color: '#DBE93C'

red 219 ◦ green 233 ◦ blue 60

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

Shades of Pear #DBE93C

Tints of Pear #DBE93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.72%

R = 42.77%
G = 45.51%
B = 11.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#DBE93C (or 0xDBE93C) is known color: Pear. HEX triplet: DB, E9 and 3C. RGB value is (219,233,60). Sum of RGB (Red+Green+Blue) = 219+233+60=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE93C is #2416C3. Grayscale: #D1D1D1. Windows color (decimal): -2365124 or 3992027. OLE color: 3992027.

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

Color convert

RGB 219 233 60 -
CMYK 0.06 0 0.74 0.09
HSL 64.86º 0.8% 0.57% -
HSV(B) 64.86º 0.74% 0.91% -
XYZ 59.17 73.66 15.38 -
YUV 209.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 219 233 60 0.06 0 0.74 0.09 64.86 0.8 0.57
Hex DB E9 3C 6 0 4A 9 41 50 39
Octal 333 351 74 6 0 112 11 101 120 71
Binary 11011011 11101001 111100 110 0 1001010 1001 1000001 1010000 111001

Color Harmonies of #DBE93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE93C

Black with #DBE93C

Text Example


Text Example

White with #DBE93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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