Html Css Color HEX #C6B93A Old Gold

📋 copy color: '#C6B93A'

red 198 ◦ green 185 ◦ blue 58

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

Shades of Old Gold #C6B93A

Tints of Old Gold #C6B93A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 44.9%
G = 41.95%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6B93A (or 0xC6B93A) is known color: Old Gold. HEX triplet: C6, B9 and 3A. RGB value is (198,185,58). Sum of RGB (Red+Green+Blue) = 198+185+58=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B93A is #3946C5. Grayscale: #AEAEAE. Windows color (decimal): -3753670 or 3848646. OLE color: 3848646.

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

Color convert

RGB 198 185 58 -
CMYK 0 0.07 0.71 0.22
HSL 54.43º 0.55% 0.5% -
HSV(B) 54.43º 0.71% 0.78% -
XYZ 41.4 47.01 10.89 -
YUV 174.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 198 185 58 0 0.07 0.71 0.22 54.43 0.55 0.5
Hex C6 B9 3A 0 7 47 16 36 37 32
Octal 306 271 72 0 7 107 26 66 67 62
Binary 11000110 10111001 111010 0 111 1000111 10110 110110 110111 110010

Color Harmonies of #C6B93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B93A

Black with #C6B93A

Text Example


Text Example

White with #C6B93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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