Html Css Color HEX #C8A43D Metallic Gold

📋 copy color: '#C8A43D'

red 200 ◦ green 164 ◦ blue 61

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

Shades of Metallic Gold #C8A43D

Tints of Metallic Gold #C8A43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

 BLUE value IS 61 (24.22% from 255) = 14.35%

R = 47.06%
G = 38.59%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8A43D (or 0xC8A43D) is known color: Metallic Gold. HEX triplet: C8, A4 and 3D. RGB value is (200,164,61). Sum of RGB (Red+Green+Blue) = 200+164+61=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A43D is #375BC2. Grayscale: #A3A3A3. Windows color (decimal): -3627971 or 4039880. OLE color: 4039880.

HSL color Cylindrical-coordinate representation of color #C8A43D: hue angle of 44.46º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8A43D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 61 -
CMYK 0 0.18 0.69 0.22
HSL 44.46º 0.56% 0.51% -
HSV(B) 44.46º 0.7% 0.78% -
XYZ 37.94 39.17 9.98 -
YUV 163.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 200 164 61 0 0.18 0.69 0.22 44.46 0.56 0.51
Hex C8 A4 3D 0 12 45 16 2C 38 33
Octal 310 244 75 0 22 105 26 54 70 63
Binary 11001000 10100100 111101 0 10010 1000101 10110 101100 111000 110011

Color Harmonies of #C8A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A43D

Black with #C8A43D

Text Example


Text Example

White with #C8A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A43D; }

 p { color: rgb(200,164,61); }

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

background-color css

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

 a { background-color: rgb(200,164,61); }

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

border-color css

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

 span { border-color: rgb(200,164,61); }

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