Html Css Color HEX #D0AC3C Metallic Gold

📋 copy color: '#D0AC3C'

red 208 ◦ green 172 ◦ blue 60

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

Shades of Metallic Gold #D0AC3C

Tints of Metallic Gold #D0AC3C

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

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

 BLUE value IS 60 (23.83% from 255) = 13.64%

R = 47.27%
G = 39.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0AC3C (or 0xD0AC3C) is known color: Metallic Gold. HEX triplet: D0, AC and 3C. RGB value is (208,172,60). Sum of RGB (Red+Green+Blue) = 208+172+60=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC3C is #2F53C3. Grayscale: #AAAAAA. Windows color (decimal): -3101636 or 3976400. OLE color: 3976400.

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

Color convert

RGB 208 172 60 -
CMYK 0 0.17 0.71 0.18
HSL 45.41º 0.61% 0.53% -
HSV(B) 45.41º 0.71% 0.82% -
XYZ 41.58 43.24 10.43 -
YUV 170 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 208 172 60 0 0.17 0.71 0.18 45.41 0.61 0.53
Hex D0 AC 3C 0 11 47 12 2D 3D 35
Octal 320 254 74 0 21 107 22 55 75 65
Binary 11010000 10101100 111100 0 10001 1000111 10010 101101 111101 110101

Color Harmonies of #D0AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC3C

Black with #D0AC3C

Text Example


Text Example

White with #D0AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC3C; }

 p { color: rgb(208,172,60); }

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

background-color css

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

 a { background-color: rgb(208,172,60); }

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

border-color css

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

 span { border-color: rgb(208,172,60); }

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