Html Css Color HEX #D8A236 Metallic Gold

📋 copy color: '#D8A236'

red 216 ◦ green 162 ◦ blue 54

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

Shades of Metallic Gold #D8A236

Tints of Metallic Gold #D8A236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

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

R = 50%
G = 37.5%
B = 12.5%

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

#D8A236 (or 0xD8A236) is known color: Metallic Gold. HEX triplet: D8, A2 and 36. RGB value is (216,162,54). Sum of RGB (Red+Green+Blue) = 216+162+54=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A236 is #275DC9. Grayscale: #A6A6A6. Windows color (decimal): -2579914 or 3580632. OLE color: 3580632.

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

Color convert

RGB 216 162 54 -
CMYK 0 0.25 0.75 0.15
HSL 40º 0.68% 0.53% -
HSV(B) 40º 0.75% 0.85% -
XYZ 41.91 40.71 9.14 -
YUV 165.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 216 162 54 0 0.25 0.75 0.15 40 0.68 0.53
Hex D8 A2 36 0 19 4B F 28 44 35
Octal 330 242 66 0 31 113 17 50 104 65
Binary 11011000 10100010 110110 0 11001 1001011 1111 101000 1000100 110101

Color Harmonies of #D8A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A236

Black with #D8A236

Text Example


Text Example

White with #D8A236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A236; }

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

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

background-color css

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

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

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

border-color css

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

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

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