Html Css Color HEX #C6C134 Old Gold

📋 copy color: '#C6C134'

red 198 ◦ green 193 ◦ blue 52

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

Shades of Old Gold #C6C134

Tints of Old Gold #C6C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.57%

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 44.7%
G = 43.57%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6C134 (or 0xC6C134) is known color: Old Gold. HEX triplet: C6, C1 and 34. RGB value is (198,193,52). Sum of RGB (Red+Green+Blue) = 198+193+52=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C134 is #393ECB. Grayscale: #B2B2B2. Windows color (decimal): -3751628 or 3457478. OLE color: 3457478.

HSL color Cylindrical-coordinate representation of color #C6C134: hue angle of 57.95º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6C134 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 52 -
CMYK 0 0.03 0.74 0.22
HSL 57.95º 0.58% 0.49% -
HSV(B) 57.95º 0.74% 0.78% -
XYZ 42.98 50.39 10.71 -
YUV 178.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 198 193 52 0 0.03 0.74 0.22 57.95 0.58 0.49
Hex C6 C1 34 0 3 4A 16 3A 3A 31
Octal 306 301 64 0 3 112 26 72 72 61
Binary 11000110 11000001 110100 0 11 1001010 10110 111010 111010 110001

Color Harmonies of #C6C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C134

Black with #C6C134

Text Example


Text Example

White with #C6C134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C134; }

 p { color: rgb(198,193,52); }

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

background-color css

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

 a { background-color: rgb(198,193,52); }

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

border-color css

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

 span { border-color: rgb(198,193,52); }

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