#DFE520

Color #DFE520 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DFE520

Tints of Pear #DFE520

Color information

#DFE520 (or 0xDFE520) is unknown color: approx Pear. HEX triplet: DF, E5 and 20. RGB value is (223,229,32). Sum of RGB (Red+Green+Blue) = 223+229+32=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE520 is #201ADF. Grayscale: #CDCDCD. Windows color (decimal): -2104032 or 2155999. OLE color: 2155999.

HSL color Cylindrical-coordinate representation of color #DFE520: hue angle of 61.83º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFE520 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB22322932-
CMYK0.0300.860.10
HSL61.83º79.12%51.18%-
HSV(B)61.83º86.03%89.8%-
XYZ58.7171.8312.14-
YUV204.7530.51141.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 32 (12.89% from 255) = 6.61%
R=46.07%
G=47.31%
B=6.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal223229320.0300.860.1061.8379.1251.18
HexDFE5203056A3e4f33
Octal3373454030126127611763
Binary1101111111100101100000110101011010101111101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE520; }

 p { color: rgb(223,229,32); }

 H1.HeaderClassName
 {
   color: #DFE520;
 }
 .AnyTagClassName
 {
   color: #DFE520;
 }
</style>
background-color css

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

 a { background-color: rgb(223,229,32); }

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

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

 span { border-color: rgb(223,229,32); }

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