Html Css Color HEX #C6AD39 Old Gold

📋 copy color: '#C6AD39'

red 198 ◦ green 173 ◦ blue 57

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

Shades of Old Gold #C6AD39

Tints of Old Gold #C6AD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.32%

R = 46.26%
G = 40.42%
B = 13.32%

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

#C6AD39 (or 0xC6AD39) is known color: Old Gold. HEX triplet: C6, AD and 39. RGB value is (198,173,57). Sum of RGB (Red+Green+Blue) = 198+173+57=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD39 is #3952C6. Grayscale: #A7A7A7. Windows color (decimal): -3756743 or 3780038. OLE color: 3780038.

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

Color convert

RGB 198 173 57 -
CMYK 0 0.13 0.71 0.22
HSL 49.36º 0.55% 0.5% -
HSV(B) 49.36º 0.71% 0.78% -
XYZ 38.97 42.19 9.96 -
YUV 167.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 198 173 57 0 0.13 0.71 0.22 49.36 0.55 0.5
Hex C6 AD 39 0 D 47 16 31 37 32
Octal 306 255 71 0 15 107 26 61 67 62
Binary 11000110 10101101 111001 0 1101 1000111 10110 110001 110111 110010

Color Harmonies of #C6AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD39

Black with #C6AD39

Text Example


Text Example

White with #C6AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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