#D3662D

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

Shades of Gold Drop #D3662D

Tints of Gold Drop #D3662D

Color information

#D3662D (or 0xD3662D) is unknown color: approx Gold Drop. HEX triplet: D3, 66 and 2D. RGB value is (211,102,45). Sum of RGB (Red+Green+Blue) = 211+102+45=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3662D is #2C99D2. Grayscale: #808080. Windows color (decimal): -2922963 or 2975443. OLE color: 2975443.

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

Color convert

RGB21110245-
CMYK00.520.790.17
HSL20.6º65.35%50.2%-
HSV(B)20.6º78.67%82.75%-
XYZ32.0923.545.34-
YUV128.0981.11187.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.94%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 45 (17.97% from 255) = 12.57%
R=58.94%
G=28.49%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111024500.520.790.1720.665.3550.2
HexD3662D0344F11154132
Octal32314655064117212510162
Binary1101001111001101011010110100100111110001101011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3662D; }

 p { color: rgb(211,102,45); }

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

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

 a { background-color: rgb(211,102,45); }

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

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

 span { border-color: rgb(211,102,45); }

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