Html Css Color HEX #C6AD2F Old Gold

📋 copy color: '#C6AD2F'

red 198 ◦ green 173 ◦ blue 47

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

Shades of Old Gold #C6AD2F

Tints of Old Gold #C6AD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 47.37%
G = 41.39%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6AD2F (or 0xC6AD2F) is known color: Old Gold. HEX triplet: C6, AD and 2F. RGB value is (198,173,47). Sum of RGB (Red+Green+Blue) = 198+173+47=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD2F is #3952D0. Grayscale: #A6A6A6. Windows color (decimal): -3756753 or 3124678. OLE color: 3124678.

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

Color convert

RGB 198 173 47 -
CMYK 0 0.13 0.76 0.22
HSL 50.07º 0.62% 0.48% -
HSV(B) 50.07º 0.76% 0.78% -
XYZ 38.75 42.1 8.77 -
YUV 166.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 198 173 47 0 0.13 0.76 0.22 50.07 0.62 0.48
Hex C6 AD 2F 0 D 4C 16 32 3E 30
Octal 306 255 57 0 15 114 26 62 76 60
Binary 11000110 10101101 101111 0 1101 1001100 10110 110010 111110 110000

Color Harmonies of #C6AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD2F

Black with #C6AD2F

Text Example


Text Example

White with #C6AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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