#D4642F

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

Shades of Gold Drop #D4642F

Tints of Gold Drop #D4642F

Color information

#D4642F (or 0xD4642F) is unknown color: approx Gold Drop. HEX triplet: D4, 64 and 2F. RGB value is (212,100,47). Sum of RGB (Red+Green+Blue) = 212+100+47=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4642F is #2B9BD0. Grayscale: #7F7F7F. Windows color (decimal): -2857937 or 3106004. OLE color: 3106004.

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

Color convert

RGB21210047-
CMYK00.530.780.17
HSL19.27º65.74%50.78%-
HSV(B)19.27º77.83%83.14%-
XYZ32.2223.325.49-
YUV127.4582.61188.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.05%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 47 (18.75% from 255) = 13.09%
R=59.05%
G=27.86%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121004700.530.780.1719.2765.7450.78
HexD4642F0354E11134233
Octal32414457065116212310263
Binary1101010011001001011110110101100111010001100111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4642F; }

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

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

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

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

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

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

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

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