Html Css Color HEX #C8AF36 Old Gold

📋 copy color: '#C8AF36'

red 200 ◦ green 175 ◦ blue 54

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

Shades of Old Gold #C8AF36

Tints of Old Gold #C8AF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 46.62%
G = 40.79%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C8AF36 (or 0xC8AF36) is known color: Old Gold. HEX triplet: C8, AF and 36. RGB value is (200,175,54). Sum of RGB (Red+Green+Blue) = 200+175+54=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF36 is #3750C9. Grayscale: #A9A9A9. Windows color (decimal): -3625162 or 3583944. OLE color: 3583944.

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

Color convert

RGB 200 175 54 -
CMYK 0 0.12 0.73 0.22
HSL 49.73º 0.57% 0.5% -
HSV(B) 49.73º 0.73% 0.78% -
XYZ 39.82 43.21 9.73 -
YUV 168.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 200 175 54 0 0.12 0.73 0.22 49.73 0.57 0.5
Hex C8 AF 36 0 C 49 16 32 39 32
Octal 310 257 66 0 14 111 26 62 71 62
Binary 11001000 10101111 110110 0 1100 1001001 10110 110010 111001 110010

Color Harmonies of #C8AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF36

Black with #C8AF36

Text Example


Text Example

White with #C8AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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