Html Css Color HEX #C6AD33 Old Gold

📋 copy color: '#C6AD33'

red 198 ◦ green 173 ◦ blue 51

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

Shades of Old Gold #C6AD33

Tints of Old Gold #C6AD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 46.92%
G = 41%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6AD33 (or 0xC6AD33) is known color: Old Gold. HEX triplet: C6, AD and 33. RGB value is (198,173,51). Sum of RGB (Red+Green+Blue) = 198+173+51=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD33 is #3952CC. Grayscale: #A7A7A7. Windows color (decimal): -3756749 or 3386822. OLE color: 3386822.

HSL color Cylindrical-coordinate representation of color #C6AD33: hue angle of 49.8º 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 #C6AD33 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 51 -
CMYK 0 0.13 0.74 0.22
HSL 49.8º 0.59% 0.49% -
HSV(B) 49.8º 0.74% 0.78% -
XYZ 38.83 42.13 9.22 -
YUV 166.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 198 173 51 0 0.13 0.74 0.22 49.8 0.59 0.49
Hex C6 AD 33 0 D 4A 16 32 3B 31
Octal 306 255 63 0 15 112 26 62 73 61
Binary 11000110 10101101 110011 0 1101 1001010 10110 110010 111011 110001

Color Harmonies of #C6AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD33

Black with #C6AD33

Text Example


Text Example

White with #C6AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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