Html Css Color HEX #C4AD37 Old Gold

📋 copy color: '#C4AD37'

red 196 ◦ green 173 ◦ blue 55

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

Shades of Old Gold #C4AD37

Tints of Old Gold #C4AD37

RGB

 RED value IS 196 (76.95% from 255) = 46.23%

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 55 (21.88% from 255) = 12.97%

R = 46.23%
G = 40.8%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4AD37 (or 0xC4AD37) is known color: Old Gold. HEX triplet: C4, AD and 37. RGB value is (196,173,55). Sum of RGB (Red+Green+Blue) = 196+173+55=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD37 is #3B52C8. Grayscale: #A6A6A6. Windows color (decimal): -3887817 or 3648964. OLE color: 3648964.

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

Color convert

RGB 196 173 55 -
CMYK 0 0.12 0.72 0.23
HSL 50.21º 0.56% 0.49% -
HSV(B) 50.21º 0.72% 0.77% -
XYZ 38.4 41.9 9.68 -
YUV 166.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 196 173 55 0 0.12 0.72 0.23 50.21 0.56 0.49
Hex C4 AD 37 0 C 48 17 32 38 31
Octal 304 255 67 0 14 110 27 62 70 61
Binary 11000100 10101101 110111 0 1100 1001000 10111 110010 111000 110001

Color Harmonies of #C4AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD37

Black with #C4AD37

Text Example


Text Example

White with #C4AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD37; }

 p { color: rgb(196,173,55); }

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

background-color css

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

 a { background-color: rgb(196,173,55); }

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

border-color css

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

 span { border-color: rgb(196,173,55); }

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