#DF6026

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

Shades of Gold Drop #DF6026

Tints of Gold Drop #DF6026

Color information

#DF6026 (or 0xDF6026) is unknown color: approx Gold Drop. HEX triplet: DF, 60 and 26. RGB value is (223,96,38). Sum of RGB (Red+Green+Blue) = 223+96+38=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6026 is #209FD9. Grayscale: #7F7F7F. Windows color (decimal): -2138074 or 2515167. OLE color: 2515167.

HSL color Cylindrical-coordinate representation of color #DF6026: hue angle of 18.81º 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 #DF6026 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2239638-
CMYK00.570.830.13
HSL18.81º74.3%51.18%-
HSV(B)18.81º82.96%87.45%-
XYZ34.9624.194.66-
YUV127.3677.58196.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.46%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 38 (15.23% from 255) = 10.64%
R=62.46%
G=26.89%
B=10.64%

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
Decimal223963800.570.830.1318.8174.351.18
HexDF602603953D134a33
Octal33714046071123152311263
Binary110111111100000100110011100110100111101100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6026; }

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

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

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

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

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

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

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

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