Html Css Color HEX #D8A336 Metallic Gold

📋 copy color: '#D8A336'

red 216 ◦ green 163 ◦ blue 54

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

Shades of Metallic Gold #D8A336

Tints of Metallic Gold #D8A336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 49.88%
G = 37.64%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8A336 (or 0xD8A336) is known color: Metallic Gold. HEX triplet: D8, A3 and 36. RGB value is (216,163,54). Sum of RGB (Red+Green+Blue) = 216+163+54=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A336 is #275CC9. Grayscale: #A6A6A6. Windows color (decimal): -2579658 or 3580888. OLE color: 3580888.

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

Color convert

RGB 216 163 54 -
CMYK 0 0.25 0.75 0.15
HSL 40.37º 0.68% 0.53% -
HSV(B) 40.37º 0.75% 0.85% -
XYZ 42.08 41.06 9.2 -
YUV 166.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 216 163 54 0 0.25 0.75 0.15 40.37 0.68 0.53
Hex D8 A3 36 0 19 4B F 28 44 35
Octal 330 243 66 0 31 113 17 50 104 65
Binary 11011000 10100011 110110 0 11001 1001011 1111 101000 1000100 110101

Color Harmonies of #D8A336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A336

Black with #D8A336

Text Example


Text Example

White with #D8A336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A336; }

 p { color: rgb(216,163,54); }

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

background-color css

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

 a { background-color: rgb(216,163,54); }

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

border-color css

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

 span { border-color: rgb(216,163,54); }

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