#D4672F

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

Shades of Gold Drop #D4672F

Tints of Gold Drop #D4672F

Color information

#D4672F (or 0xD4672F) is unknown color: approx Gold Drop. HEX triplet: D4, 67 and 2F. RGB value is (212,103,47). Sum of RGB (Red+Green+Blue) = 212+103+47=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4672F is #2B98D0. Grayscale: #818181. Windows color (decimal): -2857169 or 3106772. OLE color: 3106772.

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

Color convert

RGB21210347-
CMYK00.510.780.17
HSL20.36º65.74%50.78%-
HSV(B)20.36º77.83%83.14%-
XYZ32.5123.95.59-
YUV129.2181.61187.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.56%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 47 (18.75% from 255) = 12.98%
R=58.56%
G=28.45%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121034700.510.780.1720.3665.7450.78
HexD4672F0334E11144233
Octal32414757063116212410263
Binary1101010011001111011110110011100111010001101001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4672F; }

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

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

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

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

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

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

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

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