Html Css Color HEX #C3AD3D Old Gold

📋 copy color: '#C3AD3D'

red 195 ◦ green 173 ◦ blue 61

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

Shades of Old Gold #C3AD3D

Tints of Old Gold #C3AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.22%

R = 45.45%
G = 40.33%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3AD3D (or 0xC3AD3D) is known color: Old Gold. HEX triplet: C3, AD and 3D. RGB value is (195,173,61). Sum of RGB (Red+Green+Blue) = 195+173+61=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD3D is #3C52C2. Grayscale: #A7A7A7. Windows color (decimal): -3953347 or 4042179. OLE color: 4042179.

HSL color Cylindrical-coordinate representation of color #C3AD3D: hue angle of 50.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3AD3D is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 173 61 -
CMYK 0 0.11 0.69 0.24
HSL 50.15º 0.53% 0.5% -
HSV(B) 50.15º 0.69% 0.76% -
XYZ 38.29 41.83 10.47 -
YUV 166.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 195 173 61 0 0.11 0.69 0.24 50.15 0.53 0.5
Hex C3 AD 3D 0 B 45 18 32 35 32
Octal 303 255 75 0 13 105 30 62 65 62
Binary 11000011 10101101 111101 0 1011 1000101 11000 110010 110101 110010

Color Harmonies of #C3AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD3D

Black with #C3AD3D

Text Example


Text Example

White with #C3AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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