Html Css Color HEX #C6AE33 Old Gold

📋 copy color: '#C6AE33'

red 198 ◦ green 174 ◦ blue 51

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

Shades of Old Gold #C6AE33

Tints of Old Gold #C6AE33

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 51 (20.31% from 255) = 12.06%

R = 46.81%
G = 41.13%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6AE33 (or 0xC6AE33) is known color: Old Gold. HEX triplet: C6, AE and 33. RGB value is (198,174,51). Sum of RGB (Red+Green+Blue) = 198+174+51=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE33 is #3951CC. Grayscale: #A7A7A7. Windows color (decimal): -3756493 or 3387078. OLE color: 3387078.

HSL color Cylindrical-coordinate representation of color #C6AE33: hue angle of 50.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6AE33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 174 51 -
CMYK 0 0.12 0.74 0.22
HSL 50.2º 0.59% 0.49% -
HSV(B) 50.2º 0.74% 0.78% -
XYZ 39.02 42.52 9.28 -
YUV 167.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 198 174 51 0 0.12 0.74 0.22 50.2 0.59 0.49
Hex C6 AE 33 0 C 4A 16 32 3B 31
Octal 306 256 63 0 14 112 26 62 73 61
Binary 11000110 10101110 110011 0 1100 1001010 10110 110010 111011 110001

Color Harmonies of #C6AE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AE33

Black with #C6AE33

Text Example


Text Example

White with #C6AE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AE33; }

 p { color: rgb(198,174,51); }

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

background-color css

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

 a { background-color: rgb(198,174,51); }

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

border-color css

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

 span { border-color: rgb(198,174,51); }

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