Html Css Color HEX #C6C03A Old Gold

📋 copy color: '#C6C03A'

red 198 ◦ green 192 ◦ blue 58

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

Shades of Old Gold #C6C03A

Tints of Old Gold #C6C03A

RGB

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

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

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

R = 44.2%
G = 42.86%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6C03A (or 0xC6C03A) is known color: Old Gold. HEX triplet: C6, C0 and 3A. RGB value is (198,192,58). Sum of RGB (Red+Green+Blue) = 198+192+58=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C03A is #393FC5. Grayscale: #B3B3B3. Windows color (decimal): -3751878 or 3850438. OLE color: 3850438.

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

Color convert

RGB 198 192 58 -
CMYK 0 0.03 0.71 0.22
HSL 57.43º 0.55% 0.5% -
HSV(B) 57.43º 0.71% 0.78% -
XYZ 42.9 50.01 11.39 -
YUV 178.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 198 192 58 0 0.03 0.71 0.22 57.43 0.55 0.5
Hex C6 C0 3A 0 3 47 16 39 37 32
Octal 306 300 72 0 3 107 26 71 67 62
Binary 11000110 11000000 111010 0 11 1000111 10110 111001 110111 110010

Color Harmonies of #C6C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C03A

Black with #C6C03A

Text Example


Text Example

White with #C6C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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