Html Css Color HEX #C4C037 Old Gold

📋 copy color: '#C4C037'

red 196 ◦ green 192 ◦ blue 55

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

Shades of Old Gold #C4C037

Tints of Old Gold #C4C037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 44.24%
G = 43.34%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4C037 (or 0xC4C037) is known color: Old Gold. HEX triplet: C4, C0 and 37. RGB value is (196,192,55). Sum of RGB (Red+Green+Blue) = 196+192+55=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C037 is #3B3FC8. Grayscale: #B2B2B2. Windows color (decimal): -3882953 or 3653828. OLE color: 3653828.

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

Color convert

RGB 196 192 55 -
CMYK 0 0.02 0.72 0.23
HSL 58.3º 0.56% 0.49% -
HSV(B) 58.3º 0.72% 0.77% -
XYZ 42.3 49.71 10.98 -
YUV 177.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 196 192 55 0 0.02 0.72 0.23 58.3 0.56 0.49
Hex C4 C0 37 0 2 48 17 3A 38 31
Octal 304 300 67 0 2 110 27 72 70 61
Binary 11000100 11000000 110111 0 10 1001000 10111 111010 111000 110001

Color Harmonies of #C4C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C037

Black with #C4C037

Text Example


Text Example

White with #C4C037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C037; }

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

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

background-color css

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

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

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

border-color css

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

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

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