Html Css Color HEX #C5AE34 Old Gold

📋 copy color: '#C5AE34'

red 197 ◦ green 174 ◦ blue 52

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

Shades of Old Gold #C5AE34

Tints of Old Gold #C5AE34

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 46.57%
G = 41.13%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5AE34 (or 0xC5AE34) is known color: Old Gold. HEX triplet: C5, AE and 34. RGB value is (197,174,52). Sum of RGB (Red+Green+Blue) = 197+174+52=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE34 is #3A51CB. Grayscale: #A7A7A7. Windows color (decimal): -3822028 or 3452613. OLE color: 3452613.

HSL color Cylindrical-coordinate representation of color #C5AE34: hue angle of 50.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AE34 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 52 -
CMYK 0 0.12 0.74 0.23
HSL 50.48º 0.58% 0.49% -
HSV(B) 50.48º 0.74% 0.77% -
XYZ 38.78 42.39 9.39 -
YUV 166.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 197 174 52 0 0.12 0.74 0.23 50.48 0.58 0.49
Hex C5 AE 34 0 C 4A 17 32 3A 31
Octal 305 256 64 0 14 112 27 62 72 61
Binary 11000101 10101110 110100 0 1100 1001010 10111 110010 111010 110001

Color Harmonies of #C5AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AE34

Black with #C5AE34

Text Example


Text Example

White with #C5AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AE34; }

 p { color: rgb(197,174,52); }

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

background-color css

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

 a { background-color: rgb(197,174,52); }

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

border-color css

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

 span { border-color: rgb(197,174,52); }

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