Html Css Color HEX #C8A538 Metallic Gold

📋 copy color: '#C8A538'

red 200 ◦ green 165 ◦ blue 56

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

Shades of Metallic Gold #C8A538

Tints of Metallic Gold #C8A538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

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

R = 47.51%
G = 39.19%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8A538 (or 0xC8A538) is known color: Metallic Gold. HEX triplet: C8, A5 and 38. RGB value is (200,165,56). Sum of RGB (Red+Green+Blue) = 200+165+56=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A538 is #375AC7. Grayscale: #A3A3A3. Windows color (decimal): -3627720 or 3712456. OLE color: 3712456.

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

Color convert

RGB 200 165 56 -
CMYK 0 0.18 0.72 0.22
HSL 45.42º 0.57% 0.5% -
HSV(B) 45.42º 0.72% 0.78% -
XYZ 37.99 39.48 9.36 -
YUV 163.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 200 165 56 0 0.18 0.72 0.22 45.42 0.57 0.5
Hex C8 A5 38 0 12 48 16 2D 39 32
Octal 310 245 70 0 22 110 26 55 71 62
Binary 11001000 10100101 111000 0 10010 1001000 10110 101101 111001 110010

Color Harmonies of #C8A538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A538

Black with #C8A538

Text Example


Text Example

White with #C8A538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A538; }

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

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

background-color css

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

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

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

border-color css

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

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

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