#d46c2b

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

Shades of Gold Drop #D46C2B

Tints of Gold Drop #D46C2B

Color information

#D46C2B (or 0xD46C2B) is unknown color: approx Gold Drop. HEX triplet: D4, 6C and 2B. RGB value is (212,108,43). Sum of RGB (Red+Green+Blue) = 212+108+43=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C2B is #2B93D4. Grayscale: #848484. Windows color (decimal): -2855893 or 2845908. OLE color: 2845908.

HSL color Cylindrical-coordinate representation of color #D46C2B: hue angle of 23.08º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D46C2B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21210843-
CMYK00.490.800.17
HSL23.08º66.27%50%-
HSV(B)23.08º79.72%83.14%-
XYZ32.9524.95.35-
YUV131.6977.96185.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.40%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 43 (17.19% from 255) = 11.85%
R=58.40%
G=29.75%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121084300.490.800.1723.0866.2750
HexD46C2B0315011174232
Octal32415453061120212710262
Binary1101010011011001010110110001101000010001101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d46c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d46c2b; }

 p { color: rgb(212,108,43); }

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

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

 a { background-color: rgb(212,108,43); }

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

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

 span { border-color: rgb(212,108,43); }

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