Html Css Color HEX #C6C03D Old Gold

📋 copy color: '#C6C03D'

red 198 ◦ green 192 ◦ blue 61

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

Shades of Old Gold #C6C03D

Tints of Old Gold #C6C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.53%

R = 43.9%
G = 42.57%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6C03D (or 0xC6C03D) is known color: Old Gold. HEX triplet: C6, C0 and 3D. RGB value is (198,192,61). Sum of RGB (Red+Green+Blue) = 198+192+61=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C03D is #393FC2. Grayscale: #B3B3B3. Windows color (decimal): -3751875 or 4047046. OLE color: 4047046.

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

Color convert

RGB 198 192 61 -
CMYK 0 0.03 0.69 0.22
HSL 57.37º 0.55% 0.51% -
HSV(B) 57.37º 0.69% 0.78% -
XYZ 42.98 50.04 11.81 -
YUV 178.86 61.49 141.65 -
System Red Green Blue C M Y K H S L
Decimal 198 192 61 0 0.03 0.69 0.22 57.37 0.55 0.51
Hex C6 C0 3D 0 3 45 16 39 37 33
Octal 306 300 75 0 3 105 26 71 67 63
Binary 11000110 11000000 111101 0 11 1000101 10110 111001 110111 110011

Color Harmonies of #C6C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C03D

Black with #C6C03D

Text Example


Text Example

White with #C6C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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