Html Css Color HEX #C5B42D Old Gold

📋 copy color: '#C5B42D'

red 197 ◦ green 180 ◦ blue 45

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

Shades of Old Gold #C5B42D

Tints of Old Gold #C5B42D

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 46.68%
G = 42.65%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5B42D (or 0xC5B42D) is known color: Old Gold. HEX triplet: C5, B4 and 2D. RGB value is (197,180,45). Sum of RGB (Red+Green+Blue) = 197+180+45=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B42D is #3A4BD2. Grayscale: #AAAAAA. Windows color (decimal): -3820499 or 2995397. OLE color: 2995397.

HSL color Cylindrical-coordinate representation of color #C5B42D: hue angle of 53.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5B42D is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 45 -
CMYK 0 0.09 0.77 0.23
HSL 53.29º 0.63% 0.47% -
HSV(B) 53.29º 0.77% 0.77% -
XYZ 39.82 44.7 9.01 -
YUV 169.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 197 180 45 0 0.09 0.77 0.23 53.29 0.63 0.47
Hex C5 B4 2D 0 9 4D 17 35 3F 2F
Octal 305 264 55 0 11 115 27 65 77 57
Binary 11000101 10110100 101101 0 1001 1001101 10111 110101 111111 101111

Color Harmonies of #C5B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B42D

Black with #C5B42D

Text Example


Text Example

White with #C5B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B42D; }

 p { color: rgb(197,180,45); }

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

background-color css

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

 a { background-color: rgb(197,180,45); }

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

border-color css

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

 span { border-color: rgb(197,180,45); }

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