#d1682c

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

Shades of Gold Drop #D1682C

Tints of Gold Drop #D1682C

Color information

#D1682C (or 0xD1682C) is unknown color: approx Gold Drop. HEX triplet: D1, 68 and 2C. RGB value is (209,104,44). Sum of RGB (Red+Green+Blue) = 209+104+44=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1682C is #2E97D3. Grayscale: #808080. Windows color (decimal): -3053524 or 2910417. OLE color: 2910417.

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

Color convert

RGB20910444-
CMYK00.500.790.18
HSL21.82º65.22%49.61%-
HSV(B)21.82º78.95%81.96%-
XYZ31.723.645.27-
YUV128.5580.29185.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.54%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=58.54%
G=29.13%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091044400.500.790.1821.8265.2249.61
HexD1682C0324F12164132
Octal32115054062117222610162
Binary1101000111010001011000110010100111110010101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1682c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1682c; }

 p { color: rgb(209,104,44); }

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

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

 a { background-color: rgb(209,104,44); }

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

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

 span { border-color: rgb(209,104,44); }

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