Html Css Color HEX #C6C03B Old Gold

📋 copy color: '#C6C03B'

red 198 ◦ green 192 ◦ blue 59

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

Shades of Old Gold #C6C03B

Tints of Old Gold #C6C03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.14%

R = 44.1%
G = 42.76%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6C03B (or 0xC6C03B) is known color: Old Gold. HEX triplet: C6, C0 and 3B. RGB value is (198,192,59). Sum of RGB (Red+Green+Blue) = 198+192+59=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C03B is #393FC4. Grayscale: #B3B3B3. Windows color (decimal): -3751877 or 3915974. OLE color: 3915974.

HSL color Cylindrical-coordinate representation of color #C6C03B: hue angle of 57.41º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6C03B is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 59 -
CMYK 0 0.03 0.70 0.22
HSL 57.41º 0.55% 0.5% -
HSV(B) 57.41º 0.7% 0.78% -
XYZ 42.93 50.02 11.53 -
YUV 178.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 198 192 59 0 0.03 0.70 0.22 57.41 0.55 0.5
Hex C6 C0 3B 0 3 46 16 39 37 32
Octal 306 300 73 0 3 106 26 71 67 62
Binary 11000110 11000000 111011 0 11 1000110 10110 111001 110111 110010

Color Harmonies of #C6C03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C03B

Black with #C6C03B

Text Example


Text Example

White with #C6C03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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