Html Css Color HEX #C8A736 Metallic Gold

📋 copy color: '#C8A736'

red 200 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #C8A736

Tints of Metallic Gold #C8A736

RGB

 RED value IS 200 (78.52% from 255) = 47.51%

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 47.51%
G = 39.67%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C8A736 (or 0xC8A736) is known color: Metallic Gold. HEX triplet: C8, A7 and 36. RGB value is (200,167,54). Sum of RGB (Red+Green+Blue) = 200+167+54=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A736 is #3758C9. Grayscale: #A4A4A4. Windows color (decimal): -3627210 or 3581896. OLE color: 3581896.

HSL color Cylindrical-coordinate representation of color #C8A736: hue angle of 46.44º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8A736 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 54 -
CMYK 0 0.16 0.73 0.22
HSL 46.44º 0.57% 0.5% -
HSV(B) 46.44º 0.73% 0.78% -
XYZ 38.3 40.18 9.23 -
YUV 163.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 200 167 54 0 0.16 0.73 0.22 46.44 0.57 0.5
Hex C8 A7 36 0 10 49 16 2E 39 32
Octal 310 247 66 0 20 111 26 56 71 62
Binary 11001000 10100111 110110 0 10000 1001001 10110 101110 111001 110010

Color Harmonies of #C8A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A736

Black with #C8A736

Text Example


Text Example

White with #C8A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A736; }

 p { color: rgb(200,167,54); }

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

background-color css

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

 a { background-color: rgb(200,167,54); }

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

border-color css

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

 span { border-color: rgb(200,167,54); }

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