Html Css Color HEX #C8A63D Metallic Gold

📋 copy color: '#C8A63D'

red 200 ◦ green 166 ◦ blue 61

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

Shades of Metallic Gold #C8A63D

Tints of Metallic Gold #C8A63D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 46.84%
G = 38.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8A63D (or 0xC8A63D) is known color: Metallic Gold. HEX triplet: C8, A6 and 3D. RGB value is (200,166,61). Sum of RGB (Red+Green+Blue) = 200+166+61=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A63D is #3759C2. Grayscale: #A4A4A4. Windows color (decimal): -3627459 or 4040392. OLE color: 4040392.

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

Color convert

RGB 200 166 61 -
CMYK 0 0.17 0.69 0.22
HSL 45.32º 0.56% 0.51% -
HSV(B) 45.32º 0.7% 0.78% -
XYZ 38.3 39.89 10.1 -
YUV 164.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 200 166 61 0 0.17 0.69 0.22 45.32 0.56 0.51
Hex C8 A6 3D 0 11 45 16 2D 38 33
Octal 310 246 75 0 21 105 26 55 70 63
Binary 11001000 10100110 111101 0 10001 1000101 10110 101101 111000 110011

Color Harmonies of #C8A63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A63D

Black with #C8A63D

Text Example


Text Example

White with #C8A63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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