Html Css Color HEX #DBE93D Pear

📋 copy color: '#DBE93D'

red 219 ◦ green 233 ◦ blue 61

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

Shades of Pear #DBE93D

Tints of Pear #DBE93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.89%

R = 42.69%
G = 45.42%
B = 11.89%

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

#DBE93D (or 0xDBE93D) is known color: Pear. HEX triplet: DB, E9 and 3D. RGB value is (219,233,61). Sum of RGB (Red+Green+Blue) = 219+233+61=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE93D is #2416C2. Grayscale: #D1D1D1. Windows color (decimal): -2365123 or 4057563. OLE color: 4057563.

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

Color convert

RGB 219 233 61 -
CMYK 0.06 0 0.74 0.09
HSL 64.88º 0.8% 0.58% -
HSV(B) 64.88º 0.74% 0.91% -
XYZ 59.19 73.67 15.52 -
YUV 209.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 219 233 61 0.06 0 0.74 0.09 64.88 0.8 0.58
Hex DB E9 3D 6 0 4A 9 41 50 3A
Octal 333 351 75 6 0 112 11 101 120 72
Binary 11011011 11101001 111101 110 0 1001010 1001 1000001 1010000 111010

Color Harmonies of #DBE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE93D

Black with #DBE93D

Text Example


Text Example

White with #DBE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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