Html Css Color HEX #C6BA3A Old Gold

📋 copy color: '#C6BA3A'

red 198 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C6BA3A

Tints of Old Gold #C6BA3A

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

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

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

R = 44.8%
G = 42.08%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6BA3A (or 0xC6BA3A) is known color: Old Gold. HEX triplet: C6, BA and 3A. RGB value is (198,186,58). Sum of RGB (Red+Green+Blue) = 198+186+58=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA3A is #3945C5. Grayscale: #AFAFAF. Windows color (decimal): -3753414 or 3848902. OLE color: 3848902.

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

Color convert

RGB 198 186 58 -
CMYK 0 0.06 0.71 0.22
HSL 54.86º 0.55% 0.5% -
HSV(B) 54.86º 0.71% 0.78% -
XYZ 41.61 47.43 10.96 -
YUV 175 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 198 186 58 0 0.06 0.71 0.22 54.86 0.55 0.5
Hex C6 BA 3A 0 6 47 16 37 37 32
Octal 306 272 72 0 6 107 26 67 67 62
Binary 11000110 10111010 111010 0 110 1000111 10110 110111 110111 110010

Color Harmonies of #C6BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA3A

Black with #C6BA3A

Text Example


Text Example

White with #C6BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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