#D26328

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

Shades of Gold Drop #D26328

Tints of Gold Drop #D26328

Color information

#D26328 (or 0xD26328) is unknown color: approx Gold Drop. HEX triplet: D2, 63 and 28. RGB value is (210,99,40). Sum of RGB (Red+Green+Blue) = 210+99+40=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26328 is #2D9CD7. Grayscale: #7D7D7D. Windows color (decimal): -2989272 or 2646994. OLE color: 2646994.

HSL color Cylindrical-coordinate representation of color #D26328: hue angle of 20.82º 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 #D26328 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2109940-
CMYK00.530.810.18
HSL20.82º68%49.02%-
HSV(B)20.82º80.95%82.35%-
XYZ31.4222.784.75-
YUV125.4679.77188.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.17%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=60.17%
G=28.37%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210994000.530.810.1820.826849.02
HexD263280355112154431
Octal32214350065121222510461
Binary1101001011000111010000110101101000110010101011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26328; }

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

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

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

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

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

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

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

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