#D46E2B

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

Shades of Gold Drop #D46E2B

Tints of Gold Drop #D46E2B

Color information

#D46E2B (or 0xD46E2B) is unknown color: approx Gold Drop. HEX triplet: D4, 6E and 2B. RGB value is (212,110,43). Sum of RGB (Red+Green+Blue) = 212+110+43=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46E2B is #2B91D4. Grayscale: #858585. Windows color (decimal): -2855381 or 2846420. OLE color: 2846420.

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

Color convert

RGB21211043-
CMYK00.480.800.17
HSL23.79º66.27%50%-
HSV(B)23.79º79.72%83.14%-
XYZ33.1625.325.43-
YUV132.8677.29184.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=58.08%
G=30.14%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121104300.480.800.1723.7966.2750
HexD46E2B0305011184232
Octal32415653060120213010262
Binary1101010011011101010110110000101000010001110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46E2B; }

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

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

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

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

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

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

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

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