Html Css Color HEX #C8A838 Metallic Gold

📋 copy color: '#C8A838'

red 200 ◦ green 168 ◦ blue 56

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

Shades of Metallic Gold #C8A838

Tints of Metallic Gold #C8A838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 47.17%
G = 39.62%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8A838 (or 0xC8A838) is known color: Metallic Gold. HEX triplet: C8, A8 and 38. RGB value is (200,168,56). Sum of RGB (Red+Green+Blue) = 200+168+56=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A838 is #3757C7. Grayscale: #A5A5A5. Windows color (decimal): -3626952 or 3713224. OLE color: 3713224.

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

Color convert

RGB 200 168 56 -
CMYK 0 0.16 0.72 0.22
HSL 46.67º 0.57% 0.5% -
HSV(B) 46.67º 0.72% 0.78% -
XYZ 38.54 40.57 9.54 -
YUV 164.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 200 168 56 0 0.16 0.72 0.22 46.67 0.57 0.5
Hex C8 A8 38 0 10 48 16 2F 39 32
Octal 310 250 70 0 20 110 26 57 71 62
Binary 11001000 10101000 111000 0 10000 1001000 10110 101111 111001 110010

Color Harmonies of #C8A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A838

Black with #C8A838

Text Example


Text Example

White with #C8A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A838; }

 p { color: rgb(200,168,56); }

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

background-color css

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

 a { background-color: rgb(200,168,56); }

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

border-color css

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

 span { border-color: rgb(200,168,56); }

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