#D7662F

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

Shades of Gold Drop #D7662F

Tints of Gold Drop #D7662F

Color information

#D7662F (or 0xD7662F) is unknown color: approx Gold Drop. HEX triplet: D7, 66 and 2F. RGB value is (215,102,47). Sum of RGB (Red+Green+Blue) = 215+102+47=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7662F is #2899D0. Grayscale: #818181. Windows color (decimal): -2660817 or 3106519. OLE color: 3106519.

HSL color Cylindrical-coordinate representation of color #D7662F: hue angle of 19.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7662F is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21510247-
CMYK00.530.780.16
HSL19.64º67.74%51.37%-
HSV(B)19.64º78.14%84.31%-
XYZ33.2924.165.6-
YUV129.5281.44188.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.07%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=59.07%
G=28.02%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151024700.530.780.1619.6467.7451.37
HexD7662F0354E10144433
Octal32714657065116202410463
Binary1101011111001101011110110101100111010000101001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7662F; }

 p { color: rgb(215,102,47); }

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

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

 a { background-color: rgb(215,102,47); }

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

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

 span { border-color: rgb(215,102,47); }

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