Html Css Color HEX #C3AD34 Old Gold

📋 copy color: '#C3AD34'

red 195 ◦ green 173 ◦ blue 52

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

Shades of Old Gold #C3AD34

Tints of Old Gold #C3AD34

RGB

 RED value IS 195 (76.56% from 255) = 46.43%

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

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

R = 46.43%
G = 41.19%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3AD34 (or 0xC3AD34) is known color: Old Gold. HEX triplet: C3, AD and 34. RGB value is (195,173,52). Sum of RGB (Red+Green+Blue) = 195+173+52=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD34 is #3C52CB. Grayscale: #A6A6A6. Windows color (decimal): -3953356 or 3452355. OLE color: 3452355.

HSL color Cylindrical-coordinate representation of color #C3AD34: hue angle of 50.77º 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 #C3AD34 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 173 52 -
CMYK 0 0.11 0.73 0.24
HSL 50.77º 0.58% 0.48% -
HSV(B) 50.77º 0.73% 0.76% -
XYZ 38.07 41.74 9.3 -
YUV 165.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 195 173 52 0 0.11 0.73 0.24 50.77 0.58 0.48
Hex C3 AD 34 0 B 49 18 33 3A 30
Octal 303 255 64 0 13 111 30 63 72 60
Binary 11000011 10101101 110100 0 1011 1001001 11000 110011 111010 110000

Color Harmonies of #C3AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD34

Black with #C3AD34

Text Example


Text Example

White with #C3AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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