Html Css Color HEX #C4C039 Old Gold

📋 copy color: '#C4C039'

red 196 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #C4C039

Tints of Old Gold #C4C039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.81%

R = 44.04%
G = 43.15%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C4C039 (or 0xC4C039) is known color: Old Gold. HEX triplet: C4, C0 and 39. RGB value is (196,192,57). Sum of RGB (Red+Green+Blue) = 196+192+57=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C039 is #3B3FC6. Grayscale: #B2B2B2. Windows color (decimal): -3882951 or 3784900. OLE color: 3784900.

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

Color convert

RGB 196 192 57 -
CMYK 0 0.02 0.71 0.23
HSL 58.27º 0.55% 0.5% -
HSV(B) 58.27º 0.71% 0.77% -
XYZ 42.35 49.73 11.24 -
YUV 177.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 196 192 57 0 0.02 0.71 0.23 58.27 0.55 0.5
Hex C4 C0 39 0 2 47 17 3A 37 32
Octal 304 300 71 0 2 107 27 72 67 62
Binary 11000100 11000000 111001 0 10 1000111 10111 111010 110111 110010

Color Harmonies of #C4C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C039

Black with #C4C039

Text Example


Text Example

White with #C4C039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C039; }

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

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

background-color css

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

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

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

border-color css

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

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

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