Html Css Color HEX #D8A431 Metallic Gold

📋 copy color: '#D8A431'

red 216 ◦ green 164 ◦ blue 49

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

Shades of Metallic Gold #D8A431

Tints of Metallic Gold #D8A431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 50.35%
G = 38.23%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A431 (or 0xD8A431) is known color: Metallic Gold. HEX triplet: D8, A4 and 31. RGB value is (216,164,49). Sum of RGB (Red+Green+Blue) = 216+164+49=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A431 is #275BCE. Grayscale: #A6A6A6. Windows color (decimal): -2579407 or 3253464. OLE color: 3253464.

HSL color Cylindrical-coordinate representation of color #D8A431: hue angle of 41.32º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8A431 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 49 -
CMYK 0 0.24 0.77 0.15
HSL 41.32º 0.68% 0.52% -
HSV(B) 41.32º 0.77% 0.85% -
XYZ 42.15 41.37 8.67 -
YUV 166.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 216 164 49 0 0.24 0.77 0.15 41.32 0.68 0.52
Hex D8 A4 31 0 18 4D F 29 44 34
Octal 330 244 61 0 30 115 17 51 104 64
Binary 11011000 10100100 110001 0 11000 1001101 1111 101001 1000100 110100

Color Harmonies of #D8A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A431

Black with #D8A431

Text Example


Text Example

White with #D8A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A431; }

 p { color: rgb(216,164,49); }

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

background-color css

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

 a { background-color: rgb(216,164,49); }

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

border-color css

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

 span { border-color: rgb(216,164,49); }

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