Html Css Color HEX #C6B33C Old Gold

📋 copy color: '#C6B33C'

red 198 ◦ green 179 ◦ blue 60

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

Shades of Old Gold #C6B33C

Tints of Old Gold #C6B33C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 45.31%
G = 40.96%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6B33C (or 0xC6B33C) is known color: Old Gold. HEX triplet: C6, B3 and 3C. RGB value is (198,179,60). Sum of RGB (Red+Green+Blue) = 198+179+60=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B33C is #394CC3. Grayscale: #ABABAB. Windows color (decimal): -3755204 or 3978182. OLE color: 3978182.

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

Color convert

RGB 198 179 60 -
CMYK 0 0.10 0.70 0.22
HSL 51.74º 0.55% 0.51% -
HSV(B) 51.74º 0.7% 0.78% -
XYZ 40.22 44.57 10.76 -
YUV 171.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 198 179 60 0 0.10 0.70 0.22 51.74 0.55 0.51
Hex C6 B3 3C 0 A 46 16 34 37 33
Octal 306 263 74 0 12 106 26 64 67 63
Binary 11000110 10110011 111100 0 1010 1000110 10110 110100 110111 110011

Color Harmonies of #C6B33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B33C

Black with #C6B33C

Text Example


Text Example

White with #C6B33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B33C; }

 p { color: rgb(198,179,60); }

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

background-color css

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

 a { background-color: rgb(198,179,60); }

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

border-color css

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

 span { border-color: rgb(198,179,60); }

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