Html Css Color HEX #D8A831 Metallic Gold

📋 copy color: '#D8A831'

red 216 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #D8A831

Tints of Metallic Gold #D8A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

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

R = 49.88%
G = 38.8%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A831 (or 0xD8A831) is known color: Metallic Gold. HEX triplet: D8, A8 and 31. RGB value is (216,168,49). Sum of RGB (Red+Green+Blue) = 216+168+49=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A831 is #2757CE. Grayscale: #A9A9A9. Windows color (decimal): -2578383 or 3254488. OLE color: 3254488.

HSL color Cylindrical-coordinate representation of color #D8A831: hue angle of 42.75º 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 #D8A831 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 49 -
CMYK 0 0.22 0.77 0.15
HSL 42.75º 0.68% 0.52% -
HSV(B) 42.75º 0.77% 0.85% -
XYZ 42.88 42.83 8.91 -
YUV 168.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 216 168 49 0 0.22 0.77 0.15 42.75 0.68 0.52
Hex D8 A8 31 0 16 4D F 2B 44 34
Octal 330 250 61 0 26 115 17 53 104 64
Binary 11011000 10101000 110001 0 10110 1001101 1111 101011 1000100 110100

Color Harmonies of #D8A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A831

Black with #D8A831

Text Example


Text Example

White with #D8A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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