Html Css Color HEX #C6BA31 Old Gold

📋 copy color: '#C6BA31'

red 198 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C6BA31

Tints of Old Gold #C6BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 45.73%
G = 42.96%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6BA31 (or 0xC6BA31) is known color: Old Gold. HEX triplet: C6, BA and 31. RGB value is (198,186,49). Sum of RGB (Red+Green+Blue) = 198+186+49=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA31 is #3945CE. Grayscale: #AEAEAE. Windows color (decimal): -3753423 or 3259078. OLE color: 3259078.

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

Color convert

RGB 198 186 49 -
CMYK 0 0.06 0.75 0.22
HSL 55.17º 0.6% 0.48% -
HSV(B) 55.17º 0.75% 0.78% -
XYZ 41.4 47.35 9.86 -
YUV 173.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 198 186 49 0 0.06 0.75 0.22 55.17 0.6 0.48
Hex C6 BA 31 0 6 4B 16 37 3C 30
Octal 306 272 61 0 6 113 26 67 74 60
Binary 11000110 10111010 110001 0 110 1001011 10110 110111 111100 110000

Color Harmonies of #C6BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA31

Black with #C6BA31

Text Example


Text Example

White with #C6BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA31; }

 p { color: rgb(198,186,49); }

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

background-color css

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

 a { background-color: rgb(198,186,49); }

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

border-color css

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

 span { border-color: rgb(198,186,49); }

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