Html Css Color HEX #C8AF3A Old Gold

📋 copy color: '#C8AF3A'

red 200 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #C8AF3A

Tints of Old Gold #C8AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 46.19%
G = 40.42%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8AF3A (or 0xC8AF3A) is known color: Old Gold. HEX triplet: C8, AF and 3A. RGB value is (200,175,58). Sum of RGB (Red+Green+Blue) = 200+175+58=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF3A is #3750C5. Grayscale: #A9A9A9. Windows color (decimal): -3625158 or 3846088. OLE color: 3846088.

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

Color convert

RGB 200 175 58 -
CMYK 0 0.12 0.71 0.22
HSL 49.44º 0.56% 0.51% -
HSV(B) 49.44º 0.71% 0.78% -
XYZ 39.91 43.24 10.25 -
YUV 169.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 200 175 58 0 0.12 0.71 0.22 49.44 0.56 0.51
Hex C8 AF 3A 0 C 47 16 31 38 33
Octal 310 257 72 0 14 107 26 61 70 63
Binary 11001000 10101111 111010 0 1100 1000111 10110 110001 111000 110011

Color Harmonies of #C8AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF3A

Black with #C8AF3A

Text Example


Text Example

White with #C8AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF3A; }

 p { color: rgb(200,175,58); }

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

background-color css

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

 a { background-color: rgb(200,175,58); }

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

border-color css

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

 span { border-color: rgb(200,175,58); }

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