Html Css Color HEX #C8AF39 Old Gold

📋 copy color: '#C8AF39'

red 200 ◦ green 175 ◦ blue 57

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

Shades of Old Gold #C8AF39

Tints of Old Gold #C8AF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.19%

R = 46.3%
G = 40.51%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8AF39 (or 0xC8AF39) is known color: Old Gold. HEX triplet: C8, AF and 39. RGB value is (200,175,57). Sum of RGB (Red+Green+Blue) = 200+175+57=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF39 is #3750C6. Grayscale: #A9A9A9. Windows color (decimal): -3625159 or 3780552. OLE color: 3780552.

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

Color convert

RGB 200 175 57 -
CMYK 0 0.12 0.72 0.22
HSL 49.51º 0.57% 0.5% -
HSV(B) 49.51º 0.72% 0.78% -
XYZ 39.89 43.23 10.11 -
YUV 169.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 200 175 57 0 0.12 0.72 0.22 49.51 0.57 0.5
Hex C8 AF 39 0 C 48 16 32 39 32
Octal 310 257 71 0 14 110 26 62 71 62
Binary 11001000 10101111 111001 0 1100 1001000 10110 110010 111001 110010

Color Harmonies of #C8AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF39

Black with #C8AF39

Text Example


Text Example

White with #C8AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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