#D4642D

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

Shades of Gold Drop #D4642D

Tints of Gold Drop #D4642D

Color information

#D4642D (or 0xD4642D) is unknown color: approx Gold Drop. HEX triplet: D4, 64 and 2D. RGB value is (212,100,45). Sum of RGB (Red+Green+Blue) = 212+100+45=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4642D is #2B9BD2. Grayscale: #7F7F7F. Windows color (decimal): -2857939 or 2974932. OLE color: 2974932.

HSL color Cylindrical-coordinate representation of color #D4642D: hue angle of 19.76º degrees, saturation: 0.66, 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 #D4642D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21210045-
CMYK00.530.790.17
HSL19.76º66.01%50.39%-
HSV(B)19.76º78.77%83.14%-
XYZ32.1823.35.28-
YUV127.2281.61188.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.38%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 45 (17.97% from 255) = 12.61%
R=59.38%
G=28.01%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121004500.530.790.1719.7666.0150.39
HexD4642D0354F11144232
Octal32414455065117212410262
Binary1101010011001001011010110101100111110001101001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4642D; }

 p { color: rgb(212,100,45); }

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

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

 a { background-color: rgb(212,100,45); }

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

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

 span { border-color: rgb(212,100,45); }

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