Html Css Color HEX #D2AC44 Metallic Gold

📋 copy color: '#D2AC44'

red 210 ◦ green 172 ◦ blue 68

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

Shades of Metallic Gold #D2AC44

Tints of Metallic Gold #D2AC44

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

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

 BLUE value IS 68 (26.95% from 255) = 15.11%

R = 46.67%
G = 38.22%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D2AC44 (or 0xD2AC44) is known color: Metallic Gold. HEX triplet: D2, AC and 44. RGB value is (210,172,68). Sum of RGB (Red+Green+Blue) = 210+172+68=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC44 is #2D53BB. Grayscale: #ABABAB. Windows color (decimal): -2970556 or 4500690. OLE color: 4500690.

HSL color Cylindrical-coordinate representation of color #D2AC44: hue angle of 43.94º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2AC44 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 172 68 -
CMYK 0 0.18 0.68 0.18
HSL 43.94º 0.61% 0.55% -
HSV(B) 43.94º 0.68% 0.82% -
XYZ 42.37 43.62 11.66 -
YUV 171.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 210 172 68 0 0.18 0.68 0.18 43.94 0.61 0.55
Hex D2 AC 44 0 12 44 12 2C 3D 37
Octal 322 254 104 0 22 104 22 54 75 67
Binary 11010010 10101100 1000100 0 10010 1000100 10010 101100 111101 110111

Color Harmonies of #D2AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AC44

Black with #D2AC44

Text Example


Text Example

White with #D2AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AC44; }

 p { color: rgb(210,172,68); }

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

background-color css

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

 a { background-color: rgb(210,172,68); }

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

border-color css

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

 span { border-color: rgb(210,172,68); }

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