Html Css Color HEX #C6AD2E Old Gold

📋 copy color: '#C6AD2E'

red 198 ◦ green 173 ◦ blue 46

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

Shades of Old Gold #C6AD2E

Tints of Old Gold #C6AD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 47.48%
G = 41.49%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6AD2E (or 0xC6AD2E) is known color: Old Gold. HEX triplet: C6, AD and 2E. RGB value is (198,173,46). Sum of RGB (Red+Green+Blue) = 198+173+46=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD2E is #3952D1. Grayscale: #A6A6A6. Windows color (decimal): -3756754 or 3059142. OLE color: 3059142.

HSL color Cylindrical-coordinate representation of color #C6AD2E: hue angle of 50.13º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6AD2E is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 46 -
CMYK 0 0.13 0.77 0.22
HSL 50.13º 0.62% 0.48% -
HSV(B) 50.13º 0.77% 0.78% -
XYZ 38.73 42.09 8.67 -
YUV 166 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 198 173 46 0 0.13 0.77 0.22 50.13 0.62 0.48
Hex C6 AD 2E 0 D 4D 16 32 3E 30
Octal 306 255 56 0 15 115 26 62 76 60
Binary 11000110 10101101 101110 0 1101 1001101 10110 110010 111110 110000

Color Harmonies of #C6AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD2E

Black with #C6AD2E

Text Example


Text Example

White with #C6AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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