Html Css Color HEX #C8A53D Metallic Gold

📋 copy color: '#C8A53D'

red 200 ◦ green 165 ◦ blue 61

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

Shades of Metallic Gold #C8A53D

Tints of Metallic Gold #C8A53D

RGB

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

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

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

R = 46.95%
G = 38.73%
B = 14.32%

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

#C8A53D (or 0xC8A53D) is known color: Metallic Gold. HEX triplet: C8, A5 and 3D. RGB value is (200,165,61). Sum of RGB (Red+Green+Blue) = 200+165+61=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A53D is #375AC2. Grayscale: #A4A4A4. Windows color (decimal): -3627715 or 4040136. OLE color: 4040136.

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

Color convert

RGB 200 165 61 -
CMYK 0 0.18 0.69 0.22
HSL 44.89º 0.56% 0.51% -
HSV(B) 44.89º 0.7% 0.78% -
XYZ 38.12 39.53 10.04 -
YUV 163.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 200 165 61 0 0.18 0.69 0.22 44.89 0.56 0.51
Hex C8 A5 3D 0 12 45 16 2D 38 33
Octal 310 245 75 0 22 105 26 55 70 63
Binary 11001000 10100101 111101 0 10010 1000101 10110 101101 111000 110011

Color Harmonies of #C8A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A53D

Black with #C8A53D

Text Example


Text Example

White with #C8A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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