Html Css Color HEX #D0AC3F Metallic Gold

📋 copy color: '#D0AC3F'

red 208 ◦ green 172 ◦ blue 63

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

Shades of Metallic Gold #D0AC3F

Tints of Metallic Gold #D0AC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.22%

R = 46.95%
G = 38.83%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0AC3F (or 0xD0AC3F) is known color: Metallic Gold. HEX triplet: D0, AC and 3F. RGB value is (208,172,63). Sum of RGB (Red+Green+Blue) = 208+172+63=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC3F is #2F53C0. Grayscale: #AAAAAA. Windows color (decimal): -3101633 or 4173008. OLE color: 4173008.

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

Color convert

RGB 208 172 63 -
CMYK 0 0.17 0.70 0.18
HSL 45.1º 0.61% 0.53% -
HSV(B) 45.1º 0.7% 0.82% -
XYZ 41.66 43.27 10.86 -
YUV 170.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 208 172 63 0 0.17 0.70 0.18 45.1 0.61 0.53
Hex D0 AC 3F 0 11 46 12 2D 3D 35
Octal 320 254 77 0 21 106 22 55 75 65
Binary 11010000 10101100 111111 0 10001 1000110 10010 101101 111101 110101

Color Harmonies of #D0AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC3F

Black with #D0AC3F

Text Example


Text Example

White with #D0AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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