#D1682B

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

Shades of Gold Drop #D1682B

Tints of Gold Drop #D1682B

Color information

#D1682B (or 0xD1682B) is unknown color: approx Gold Drop. HEX triplet: D1, 68 and 2B. RGB value is (209,104,43). Sum of RGB (Red+Green+Blue) = 209+104+43=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1682B is #2E97D4. Grayscale: #808080. Windows color (decimal): -3053525 or 2844881. OLE color: 2844881.

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

Color convert

RGB20910443-
CMYK00.500.790.18
HSL22.05º65.87%49.41%-
HSV(B)22.05º79.43%81.96%-
XYZ31.6823.635.18-
YUV128.4479.79185.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.71%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=58.71%
G=29.21%
B=12.08%

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
Decimal2091044300.500.790.1822.0565.8749.41
HexD1682B0324F12164231
Octal32115053062117222610261
Binary1101000111010001010110110010100111110010101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1682B; }

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

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

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

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

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

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

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

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