Html Css Color HEX #D8AF43 Metallic Gold

📋 copy color: '#D8AF43'

red 216 ◦ green 175 ◦ blue 67

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

Shades of Metallic Gold #D8AF43

Tints of Metallic Gold #D8AF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.63%

R = 47.16%
G = 38.21%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8AF43 (or 0xD8AF43) is known color: Metallic Gold. HEX triplet: D8, AF and 43. RGB value is (216,175,67). Sum of RGB (Red+Green+Blue) = 216+175+67=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF43 is #2750BC. Grayscale: #AFAFAF. Windows color (decimal): -2576573 or 4435928. OLE color: 4435928.

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

Color convert

RGB 216 175 67 -
CMYK 0 0.19 0.69 0.15
HSL 43.49º 0.66% 0.55% -
HSV(B) 43.49º 0.69% 0.85% -
XYZ 44.66 45.66 11.77 -
YUV 174.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 216 175 67 0 0.19 0.69 0.15 43.49 0.66 0.55
Hex D8 AF 43 0 13 45 F 2B 42 37
Octal 330 257 103 0 23 105 17 53 102 67
Binary 11011000 10101111 1000011 0 10011 1000101 1111 101011 1000010 110111

Color Harmonies of #D8AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF43

Black with #D8AF43

Text Example


Text Example

White with #D8AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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