Html Css Color HEX #C6C03F Old Gold

📋 copy color: '#C6C03F'

red 198 ◦ green 192 ◦ blue 63

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

Shades of Old Gold #C6C03F

Tints of Old Gold #C6C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.91%

R = 43.71%
G = 42.38%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6C03F (or 0xC6C03F) is known color: Old Gold. HEX triplet: C6, C0 and 3F. RGB value is (198,192,63). Sum of RGB (Red+Green+Blue) = 198+192+63=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C03F is #393FC0. Grayscale: #B3B3B3. Windows color (decimal): -3751873 or 4178118. OLE color: 4178118.

HSL color Cylindrical-coordinate representation of color #C6C03F: hue angle of 57.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6C03F is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 63 -
CMYK 0 0.03 0.68 0.22
HSL 57.33º 0.54% 0.51% -
HSV(B) 57.33º 0.68% 0.78% -
XYZ 43.04 50.06 12.1 -
YUV 179.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 198 192 63 0 0.03 0.68 0.22 57.33 0.54 0.51
Hex C6 C0 3F 0 3 44 16 39 36 33
Octal 306 300 77 0 3 104 26 71 66 63
Binary 11000110 11000000 111111 0 11 1000100 10110 111001 110110 110011

Color Harmonies of #C6C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C03F

Black with #C6C03F

Text Example


Text Example

White with #C6C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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