Html Css Color HEX #C4A937 Old Gold

📋 copy color: '#C4A937'

red 196 ◦ green 169 ◦ blue 55

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

Shades of Old Gold #C4A937

Tints of Old Gold #C4A937

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.24%

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

R = 46.67%
G = 40.24%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4A937 (or 0xC4A937) is known color: Old Gold. HEX triplet: C4, A9 and 37. RGB value is (196,169,55). Sum of RGB (Red+Green+Blue) = 196+169+55=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A937 is #3B56C8. Grayscale: #A4A4A4. Windows color (decimal): -3888841 or 3647940. OLE color: 3647940.

HSL color Cylindrical-coordinate representation of color #C4A937: hue angle of 48.51º 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 #C4A937 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 55 -
CMYK 0 0.14 0.72 0.23
HSL 48.51º 0.56% 0.49% -
HSV(B) 48.51º 0.72% 0.77% -
XYZ 37.64 40.39 9.43 -
YUV 164.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 196 169 55 0 0.14 0.72 0.23 48.51 0.56 0.49
Hex C4 A9 37 0 E 48 17 31 38 31
Octal 304 251 67 0 16 110 27 61 70 61
Binary 11000100 10101001 110111 0 1110 1001000 10111 110001 111000 110001

Color Harmonies of #C4A937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A937

Black with #C4A937

Text Example


Text Example

White with #C4A937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A937; }

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

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

background-color css

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

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

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

border-color css

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

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

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