Html Css Color HEX #C6AD3A Old Gold

📋 copy color: '#C6AD3A'

red 198 ◦ green 173 ◦ blue 58

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

Shades of Old Gold #C6AD3A

Tints of Old Gold #C6AD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

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

R = 46.15%
G = 40.33%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6AD3A (or 0xC6AD3A) is known color: Old Gold. HEX triplet: C6, AD and 3A. RGB value is (198,173,58). Sum of RGB (Red+Green+Blue) = 198+173+58=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD3A is #3952C5. Grayscale: #A7A7A7. Windows color (decimal): -3756742 or 3845574. OLE color: 3845574.

HSL color Cylindrical-coordinate representation of color #C6AD3A: hue angle of 49.29º 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 #C6AD3A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 58 -
CMYK 0 0.13 0.71 0.22
HSL 49.29º 0.55% 0.5% -
HSV(B) 49.29º 0.71% 0.78% -
XYZ 39 42.2 10.09 -
YUV 167.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 198 173 58 0 0.13 0.71 0.22 49.29 0.55 0.5
Hex C6 AD 3A 0 D 47 16 31 37 32
Octal 306 255 72 0 15 107 26 61 67 62
Binary 11000110 10101101 111010 0 1101 1000111 10110 110001 110111 110010

Color Harmonies of #C6AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD3A

Black with #C6AD3A

Text Example


Text Example

White with #C6AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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