Html Css Color HEX #DBEB3F Pear

📋 copy color: '#DBEB3F'

red 219 ◦ green 235 ◦ blue 63

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

Shades of Pear #DBEB3F

Tints of Pear #DBEB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.19%

R = 42.36%
G = 45.45%
B = 12.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#DBEB3F (or 0xDBEB3F) is known color: Pear. HEX triplet: DB, EB and 3F. RGB value is (219,235,63). Sum of RGB (Red+Green+Blue) = 219+235+63=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB3F is #2414C0. Grayscale: #D3D3D3. Windows color (decimal): -2364609 or 4189147. OLE color: 4189147.

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

Color convert

RGB 219 235 63 -
CMYK 0.07 0 0.73 0.08
HSL 65.58º 0.81% 0.58% -
HSV(B) 65.58º 0.73% 0.92% -
XYZ 59.82 74.84 15.99 -
YUV 210.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 219 235 63 0.07 0 0.73 0.08 65.58 0.81 0.58
Hex DB EB 3F 7 0 49 8 42 51 3A
Octal 333 353 77 7 0 111 10 102 121 72
Binary 11011011 11101011 111111 111 0 1001001 1000 1000010 1010001 111010

Color Harmonies of #DBEB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB3F

Black with #DBEB3F

Text Example


Text Example

White with #DBEB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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