Html Css Color HEX #D6AC2D Metallic Gold

📋 copy color: '#D6AC2D'

red 214 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #D6AC2D

Tints of Metallic Gold #D6AC2D

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 49.65%
G = 39.91%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AC2D (or 0xD6AC2D) is known color: Metallic Gold. HEX triplet: D6, AC and 2D. RGB value is (214,172,45). Sum of RGB (Red+Green+Blue) = 214+172+45=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC2D is #2953D2. Grayscale: #AAAAAA. Windows color (decimal): -2708435 or 2993366. OLE color: 2993366.

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

Color convert

RGB 214 172 45 -
CMYK 0 0.20 0.79 0.16
HSL 45.09º 0.67% 0.51% -
HSV(B) 45.09º 0.79% 0.84% -
XYZ 42.96 43.99 8.71 -
YUV 170.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 214 172 45 0 0.20 0.79 0.16 45.09 0.67 0.51
Hex D6 AC 2D 0 14 4F 10 2D 43 33
Octal 326 254 55 0 24 117 20 55 103 63
Binary 11010110 10101100 101101 0 10100 1001111 10000 101101 1000011 110011

Color Harmonies of #D6AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC2D

Black with #D6AC2D

Text Example


Text Example

White with #D6AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC2D; }

 p { color: rgb(214,172,45); }

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

background-color css

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

 a { background-color: rgb(214,172,45); }

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

border-color css

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

 span { border-color: rgb(214,172,45); }

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