Html Css Color HEX #C1AD34 Old Gold

📋 copy color: '#C1AD34'

red 193 ◦ green 173 ◦ blue 52

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

Shades of Old Gold #C1AD34

Tints of Old Gold #C1AD34

RGB

 RED value IS 193 (75.78% from 255) = 46.17%

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

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 46.17%
G = 41.39%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1AD34 (or 0xC1AD34) is known color: Old Gold. HEX triplet: C1, AD and 34. RGB value is (193,173,52). Sum of RGB (Red+Green+Blue) = 193+173+52=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD34 is #3E52CB. Grayscale: #A5A5A5. Windows color (decimal): -4084428 or 3452353. OLE color: 3452353.

HSL color Cylindrical-coordinate representation of color #C1AD34: hue angle of 51.49º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1AD34 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 52 -
CMYK 0 0.10 0.73 0.24
HSL 51.49º 0.58% 0.48% -
HSV(B) 51.49º 0.73% 0.76% -
XYZ 37.56 41.47 9.27 -
YUV 165.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 193 173 52 0 0.10 0.73 0.24 51.49 0.58 0.48
Hex C1 AD 34 0 A 49 18 33 3A 30
Octal 301 255 64 0 12 111 30 63 72 60
Binary 11000001 10101101 110100 0 1010 1001001 11000 110011 111010 110000

Color Harmonies of #C1AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD34

Black with #C1AD34

Text Example


Text Example

White with #C1AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD34; }

 p { color: rgb(193,173,52); }

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

background-color css

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

 a { background-color: rgb(193,173,52); }

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

border-color css

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

 span { border-color: rgb(193,173,52); }

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