Html Css Color HEX #C6C038 Old Gold

📋 copy color: '#C6C038'

red 198 ◦ green 192 ◦ blue 56

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

Shades of Old Gold #C6C038

Tints of Old Gold #C6C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 44.39%
G = 43.05%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6C038 (or 0xC6C038) is known color: Old Gold. HEX triplet: C6, C0 and 38. RGB value is (198,192,56). Sum of RGB (Red+Green+Blue) = 198+192+56=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C038 is #393FC7. Grayscale: #B2B2B2. Windows color (decimal): -3751880 or 3719366. OLE color: 3719366.

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

Color convert

RGB 198 192 56 -
CMYK 0 0.03 0.72 0.22
HSL 57.46º 0.56% 0.5% -
HSV(B) 57.46º 0.72% 0.78% -
XYZ 42.85 49.99 11.13 -
YUV 178.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 198 192 56 0 0.03 0.72 0.22 57.46 0.56 0.5
Hex C6 C0 38 0 3 48 16 39 38 32
Octal 306 300 70 0 3 110 26 71 70 62
Binary 11000110 11000000 111000 0 11 1001000 10110 111001 111000 110010

Color Harmonies of #C6C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C038

Black with #C6C038

Text Example


Text Example

White with #C6C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C038; }

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

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

background-color css

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

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

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

border-color css

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

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

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