Html Css Color HEX #C8A830 Metallic Gold

📋 copy color: '#C8A830'

red 200 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #C8A830

Tints of Metallic Gold #C8A830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 48.08%
G = 40.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A830 (or 0xC8A830) is known color: Metallic Gold. HEX triplet: C8, A8 and 30. RGB value is (200,168,48). Sum of RGB (Red+Green+Blue) = 200+168+48=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A830 is #3757CF. Grayscale: #A4A4A4. Windows color (decimal): -3626960 or 3188936. OLE color: 3188936.

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

Color convert

RGB 200 168 48 -
CMYK 0 0.16 0.76 0.22
HSL 47.37º 0.61% 0.49% -
HSV(B) 47.37º 0.76% 0.78% -
XYZ 38.36 40.5 8.59 -
YUV 163.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 200 168 48 0 0.16 0.76 0.22 47.37 0.61 0.49
Hex C8 A8 30 0 10 4C 16 2F 3D 31
Octal 310 250 60 0 20 114 26 57 75 61
Binary 11001000 10101000 110000 0 10000 1001100 10110 101111 111101 110001

Color Harmonies of #C8A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A830

Black with #C8A830

Text Example


Text Example

White with #C8A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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