#DFED26

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

Shades of Pear #DFED26

Tints of Pear #DFED26

Color information

#DFED26 (or 0xDFED26) is unknown color: approx Pear. HEX triplet: DF, ED and 26. RGB value is (223,237,38). Sum of RGB (Red+Green+Blue) = 223+237+38=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFED26 is #2012D9. Grayscale: #D2D2D2. Windows color (decimal): -2101978 or 2551263. OLE color: 2551263.

HSL color Cylindrical-coordinate representation of color #DFED26: hue angle of 64.22º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFED26 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB22323738-
CMYK0.0600.840.07
HSL64.22º84.68%53.92%-
HSV(B)64.22º83.97%92.94%-
XYZ61.0776.413.36-
YUV210.1330.86137.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 237 (92.97% from 255) = 47.59%
BLUE value IS 38 (15.23% from 255) = 7.63%
R=44.78%
G=47.59%
B=7.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223237380.0600.840.0764.2284.6853.92
HexDFED2660547405536
Octal3373554660124710012566
Binary11011111111011011001101100101010011110000001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED26; }

 p { color: rgb(223,237,38); }

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

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

 a { background-color: rgb(223,237,38); }

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

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

 span { border-color: rgb(223,237,38); }

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