#D4652F

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

Shades of Gold Drop #D4652F

Tints of Gold Drop #D4652F

Color information

#D4652F (or 0xD4652F) is unknown color: approx Gold Drop. HEX triplet: D4, 65 and 2F. RGB value is (212,101,47). Sum of RGB (Red+Green+Blue) = 212+101+47=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4652F is #2B9AD0. Grayscale: #808080. Windows color (decimal): -2857681 or 3106260. OLE color: 3106260.

HSL color Cylindrical-coordinate representation of color #D4652F: hue angle of 19.64º 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 #D4652F is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB21210147-
CMYK00.520.780.17
HSL19.64º65.74%50.78%-
HSV(B)19.64º77.83%83.14%-
XYZ32.3223.515.52-
YUV128.0382.27187.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.89%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 47 (18.75% from 255) = 13.06%
R=58.89%
G=28.06%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121014700.520.780.1719.6465.7450.78
HexD4652F0344E11144233
Octal32414557064116212410263
Binary1101010011001011011110110100100111010001101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4652F; }

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

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

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

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

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

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

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

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