Html Css Color HEX #DBE320 Pear

📋 copy color: '#DBE320'

red 219 ◦ green 227 ◦ blue 32

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

Shades of Pear #DBE320

Tints of Pear #DBE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.49%

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 45.82%
G = 47.49%
B = 6.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#DBE320 (or 0xDBE320) is known color: Pear. HEX triplet: DB, E3 and 20. RGB value is (219,227,32). Sum of RGB (Red+Green+Blue) = 219+227+32=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE320 is #241CDF. Grayscale: #CBCBCB. Windows color (decimal): -2366688 or 2155483. OLE color: 2155483.

HSL color Cylindrical-coordinate representation of color #DBE320: hue angle of 62.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE320 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 32 -
CMYK 0.04 0 0.86 0.11
HSL 62.46º 0.78% 0.51% -
HSV(B) 62.46º 0.86% 0.89% -
XYZ 56.94 70.1 11.9 -
YUV 202.38 31.85 139.86 -
System Red Green Blue C M Y K H S L
Decimal 219 227 32 0.04 0 0.86 0.11 62.46 0.78 0.51
Hex DB E3 20 4 0 56 B 3E 4E 33
Octal 333 343 40 4 0 126 13 76 116 63
Binary 11011011 11100011 100000 100 0 1010110 1011 111110 1001110 110011

Color Harmonies of #DBE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE320

Black with #DBE320

Text Example


Text Example

White with #DBE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE320; }

 p { color: rgb(219,227,32); }

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

background-color css

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

 a { background-color: rgb(219,227,32); }

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

border-color css

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

 span { border-color: rgb(219,227,32); }

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