Html Css Color HEX #C6BA38 Old Gold

📋 copy color: '#C6BA38'

red 198 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #C6BA38

Tints of Old Gold #C6BA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.73%

R = 45%
G = 42.27%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6BA38 (or 0xC6BA38) is known color: Old Gold. HEX triplet: C6, BA and 38. RGB value is (198,186,56). Sum of RGB (Red+Green+Blue) = 198+186+56=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA38 is #3945C7. Grayscale: #AFAFAF. Windows color (decimal): -3753416 or 3717830. OLE color: 3717830.

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

Color convert

RGB 198 186 56 -
CMYK 0 0.06 0.72 0.22
HSL 54.93º 0.56% 0.5% -
HSV(B) 54.93º 0.72% 0.78% -
XYZ 41.56 47.41 10.7 -
YUV 174.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 198 186 56 0 0.06 0.72 0.22 54.93 0.56 0.5
Hex C6 BA 38 0 6 48 16 37 38 32
Octal 306 272 70 0 6 110 26 67 70 62
Binary 11000110 10111010 111000 0 110 1001000 10110 110111 111000 110010

Color Harmonies of #C6BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA38

Black with #C6BA38

Text Example


Text Example

White with #C6BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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