Html Css Color HEX #D7AC2F Metallic Gold

📋 copy color: '#D7AC2F'

red 215 ◦ green 172 ◦ blue 47

#D7AC2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #D7AC2F

Tints of Metallic Gold #D7AC2F

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 49.54%
G = 39.63%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7AC2F (or 0xD7AC2F) is known color: Metallic Gold. HEX triplet: D7, AC and 2F. RGB value is (215,172,47). Sum of RGB (Red+Green+Blue) = 215+172+47=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AC2F is #2853D0. Grayscale: #ABABAB. Windows color (decimal): -2642897 or 3124439. OLE color: 3124439.

HSL color Cylindrical-coordinate representation of color #D7AC2F: hue angle of 44.64º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7AC2F is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 172 47 -
CMYK 0 0.2 0.78 0.16
HSL 44.64º 0.68% 0.51% -
HSV(B) 44.64º 0.78% 0.84% -
XYZ 43.29 44.16 8.93 -
YUV 170.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 215 172 47 0 0.2 0.78 0.16 44.64 0.68 0.51
Hex D7 AC 2F 0 14 4E 10 2D 44 33
Octal 327 254 57 0 24 116 20 55 104 63
Binary 11010111 10101100 101111 0 10100 1001110 10000 101101 1000100 110011

Color Harmonies of #D7AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC2F

Black with #D7AC2F

Text Example


Text Example

White with #D7AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC2F; }

 p { color: rgb(215,172,47); }

 H1.HeaderClassName
 {
   color: #D7AC2F;
 }
 .AnyTagClassName
 {
   color: #D7AC2F;
 }
</style>

background-color css

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

 a { background-color: rgb(215,172,47); }

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

border-color css

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

 span { border-color: rgb(215,172,47); }

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