Html Css Color HEX #C4BA3A Old Gold

📋 copy color: '#C4BA3A'

red 196 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C4BA3A

Tints of Old Gold #C4BA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 44.55%
G = 42.27%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4BA3A (or 0xC4BA3A) is known color: Old Gold. HEX triplet: C4, BA and 3A. RGB value is (196,186,58). Sum of RGB (Red+Green+Blue) = 196+186+58=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA3A is #3B45C5. Grayscale: #AEAEAE. Windows color (decimal): -3884486 or 3848900. OLE color: 3848900.

HSL color Cylindrical-coordinate representation of color #C4BA3A: hue angle of 55.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4BA3A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 58 -
CMYK 0 0.05 0.70 0.23
HSL 55.65º 0.54% 0.5% -
HSV(B) 55.65º 0.7% 0.77% -
XYZ 41.09 47.16 10.94 -
YUV 174.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 196 186 58 0 0.05 0.70 0.23 55.65 0.54 0.5
Hex C4 BA 3A 0 5 46 17 38 36 32
Octal 304 272 72 0 5 106 27 70 66 62
Binary 11000100 10111010 111010 0 101 1000110 10111 111000 110110 110010

Color Harmonies of #C4BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA3A

Black with #C4BA3A

Text Example


Text Example

White with #C4BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA3A; }

 p { color: rgb(196,186,58); }

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

background-color css

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

 a { background-color: rgb(196,186,58); }

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

border-color css

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

 span { border-color: rgb(196,186,58); }

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