Html Css Color HEX #D8AF40 Metallic Gold

📋 copy color: '#D8AF40'

red 216 ◦ green 175 ◦ blue 64

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

Shades of Metallic Gold #D8AF40

Tints of Metallic Gold #D8AF40

RGB

 RED value IS 216 (84.77% from 255) = 47.47%

 GREEN value IS 175 (68.75% from 255) = 38.46%

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 47.47%
G = 38.46%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D8AF40 (or 0xD8AF40) is known color: Metallic Gold. HEX triplet: D8, AF and 40. RGB value is (216,175,64). Sum of RGB (Red+Green+Blue) = 216+175+64=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF40 is #2750BF. Grayscale: #AFAFAF. Windows color (decimal): -2576576 or 4239320. OLE color: 4239320.

HSL color Cylindrical-coordinate representation of color #D8AF40: hue angle of 43.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8AF40 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 64 -
CMYK 0 0.19 0.70 0.15
HSL 43.82º 0.66% 0.55% -
HSV(B) 43.82º 0.7% 0.85% -
XYZ 44.57 45.63 11.31 -
YUV 174.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 216 175 64 0 0.19 0.70 0.15 43.82 0.66 0.55
Hex D8 AF 40 0 13 46 F 2C 42 37
Octal 330 257 100 0 23 106 17 54 102 67
Binary 11011000 10101111 1000000 0 10011 1000110 1111 101100 1000010 110111

Color Harmonies of #D8AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF40

Black with #D8AF40

Text Example


Text Example

White with #D8AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF40; }

 p { color: rgb(216,175,64); }

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

background-color css

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

 a { background-color: rgb(216,175,64); }

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

border-color css

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

 span { border-color: rgb(216,175,64); }

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