#D16A2D

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

Shades of Gold Drop #D16A2D

Tints of Gold Drop #D16A2D

Color information

#D16A2D (or 0xD16A2D) is unknown color: approx Gold Drop. HEX triplet: D1, 6A and 2D. RGB value is (209,106,45). Sum of RGB (Red+Green+Blue) = 209+106+45=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16A2D is #2E95D2. Grayscale: #828282. Windows color (decimal): -3053011 or 2976465. OLE color: 2976465.

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

Color convert

RGB20910645-
CMYK00.490.780.18
HSL22.32º64.57%49.8%-
HSV(B)22.32º78.47%81.96%-
XYZ31.9224.055.44-
YUV129.8480.12184.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.06%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=58.06%
G=29.44%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091064500.490.780.1822.3264.5749.8
HexD16A2D0314E12164132
Octal32115255061116222610162
Binary1101000111010101011010110001100111010010101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A2D; }

 p { color: rgb(209,106,45); }

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

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

 a { background-color: rgb(209,106,45); }

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

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

 span { border-color: rgb(209,106,45); }

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