#D26728

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

Shades of Gold Drop #D26728

Tints of Gold Drop #D26728

Color information

#D26728 (or 0xD26728) is unknown color: approx Gold Drop. HEX triplet: D2, 67 and 28. RGB value is (210,103,40). Sum of RGB (Red+Green+Blue) = 210+103+40=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D26728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26728 is #2D98D7. Grayscale: #808080. Windows color (decimal): -2988248 or 2648018. OLE color: 2648018.

HSL color Cylindrical-coordinate representation of color #D26728: hue angle of 22.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D26728 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB21010340-
CMYK00.510.810.18
HSL22.24º68%49.02%-
HSV(B)22.24º80.95%82.35%-
XYZ31.8123.564.88-
YUV127.8178.45186.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.49%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=59.49%
G=29.18%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101034000.510.810.1822.246849.02
HexD267280335112164431
Octal32214750063121222610461
Binary1101001011001111010000110011101000110010101101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26728; }

 p { color: rgb(210,103,40); }

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

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

 a { background-color: rgb(210,103,40); }

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

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

 span { border-color: rgb(210,103,40); }

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