Html Css Color HEX #C4AD3B Old Gold

📋 copy color: '#C4AD3B'

red 196 ◦ green 173 ◦ blue 59

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

Shades of Old Gold #C4AD3B

Tints of Old Gold #C4AD3B

RGB

 RED value IS 196 (76.95% from 255) = 45.79%

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

 BLUE value IS 59 (23.44% from 255) = 13.79%

R = 45.79%
G = 40.42%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4AD3B (or 0xC4AD3B) is known color: Old Gold. HEX triplet: C4, AD and 3B. RGB value is (196,173,59). Sum of RGB (Red+Green+Blue) = 196+173+59=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD3B is #3B52C4. Grayscale: #A7A7A7. Windows color (decimal): -3887813 or 3911108. OLE color: 3911108.

HSL color Cylindrical-coordinate representation of color #C4AD3B: hue angle of 49.93º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4AD3B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 59 -
CMYK 0 0.12 0.70 0.23
HSL 49.93º 0.54% 0.5% -
HSV(B) 49.93º 0.7% 0.77% -
XYZ 38.5 41.94 10.2 -
YUV 166.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 196 173 59 0 0.12 0.70 0.23 49.93 0.54 0.5
Hex C4 AD 3B 0 C 46 17 32 36 32
Octal 304 255 73 0 14 106 27 62 66 62
Binary 11000100 10101101 111011 0 1100 1000110 10111 110010 110110 110010

Color Harmonies of #C4AD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD3B

Black with #C4AD3B

Text Example


Text Example

White with #C4AD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD3B; }

 p { color: rgb(196,173,59); }

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

background-color css

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

 a { background-color: rgb(196,173,59); }

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

border-color css

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

 span { border-color: rgb(196,173,59); }

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