Html Css Color HEX #D1AC44 Metallic Gold

📋 copy color: '#D1AC44'

red 209 ◦ green 172 ◦ blue 68

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

Shades of Metallic Gold #D1AC44

Tints of Metallic Gold #D1AC44

RGB

 RED value IS 209 (82.03% from 255) = 46.55%

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

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

R = 46.55%
G = 38.31%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1AC44 (or 0xD1AC44) is known color: Metallic Gold. HEX triplet: D1, AC and 44. RGB value is (209,172,68). Sum of RGB (Red+Green+Blue) = 209+172+68=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AC44 is #2E53BB. Grayscale: #ABABAB. Windows color (decimal): -3036092 or 4500689. OLE color: 4500689.

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

Color convert

RGB 209 172 68 -
CMYK 0 0.18 0.67 0.18
HSL 44.26º 0.61% 0.54% -
HSV(B) 44.26º 0.67% 0.82% -
XYZ 42.09 43.48 11.64 -
YUV 171.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 209 172 68 0 0.18 0.67 0.18 44.26 0.61 0.54
Hex D1 AC 44 0 12 43 12 2C 3D 36
Octal 321 254 104 0 22 103 22 54 75 66
Binary 11010001 10101100 1000100 0 10010 1000011 10010 101100 111101 110110

Color Harmonies of #D1AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC44

Black with #D1AC44

Text Example


Text Example

White with #D1AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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