Html Css Color HEX #C5AF38 Old Gold

📋 copy color: '#C5AF38'

red 197 ◦ green 175 ◦ blue 56

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

Shades of Old Gold #C5AF38

Tints of Old Gold #C5AF38

RGB

 RED value IS 197 (77.34% from 255) = 46.03%

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

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 46.03%
G = 40.89%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5AF38 (or 0xC5AF38) is known color: Old Gold. HEX triplet: C5, AF and 38. RGB value is (197,175,56). Sum of RGB (Red+Green+Blue) = 197+175+56=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF38 is #3A50C7. Grayscale: #A8A8A8. Windows color (decimal): -3821768 or 3715013. OLE color: 3715013.

HSL color Cylindrical-coordinate representation of color #C5AF38: hue angle of 50.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5AF38 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 56 -
CMYK 0 0.11 0.72 0.23
HSL 50.64º 0.56% 0.5% -
HSV(B) 50.64º 0.72% 0.77% -
XYZ 39.07 42.82 9.95 -
YUV 168.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 197 175 56 0 0.11 0.72 0.23 50.64 0.56 0.5
Hex C5 AF 38 0 B 48 17 33 38 32
Octal 305 257 70 0 13 110 27 63 70 62
Binary 11000101 10101111 111000 0 1011 1001000 10111 110011 111000 110010

Color Harmonies of #C5AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF38

Black with #C5AF38

Text Example


Text Example

White with #C5AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF38; }

 p { color: rgb(197,175,56); }

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

background-color css

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

 a { background-color: rgb(197,175,56); }

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

border-color css

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

 span { border-color: rgb(197,175,56); }

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