#DF5F26

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

Shades of Gold Drop #DF5F26

Tints of Gold Drop #DF5F26

Color information

#DF5F26 (or 0xDF5F26) is unknown color: approx Gold Drop. HEX triplet: DF, 5F and 26. RGB value is (223,95,38). Sum of RGB (Red+Green+Blue) = 223+95+38=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F26 is #20A0D9. Grayscale: #7F7F7F. Windows color (decimal): -2138330 or 2514911. OLE color: 2514911.

HSL color Cylindrical-coordinate representation of color #DF5F26: hue angle of 18.49º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF5F26 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2239538-
CMYK00.570.830.13
HSL18.49º74.3%51.18%-
HSV(B)18.49º82.96%87.45%-
XYZ34.8724.014.63-
YUV126.7777.91196.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.64%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 38 (15.23% from 255) = 10.67%
R=62.64%
G=26.69%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223953800.570.830.1318.4974.351.18
HexDF5F2603953D124a33
Octal33713746071123152211263
Binary110111111011111100110011100110100111101100101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F26; }

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

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

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

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

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

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

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

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