Html Css Color HEX #C5B443 Old Gold

📋 copy color: '#C5B443'

red 197 ◦ green 180 ◦ blue 67

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

Shades of Old Gold #C5B443

Tints of Old Gold #C5B443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.09%

R = 44.37%
G = 40.54%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5B443 (or 0xC5B443) is known color: Old Gold. HEX triplet: C5, B4 and 43. RGB value is (197,180,67). Sum of RGB (Red+Green+Blue) = 197+180+67=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B443 is #3A4BBC. Grayscale: #ACACAC. Windows color (decimal): -3820477 or 4437189. OLE color: 4437189.

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

Color convert

RGB 197 180 67 -
CMYK 0 0.09 0.66 0.23
HSL 52.15º 0.53% 0.52% -
HSV(B) 52.15º 0.66% 0.77% -
XYZ 40.36 44.92 11.85 -
YUV 172.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 197 180 67 0 0.09 0.66 0.23 52.15 0.53 0.52
Hex C5 B4 43 0 9 42 17 34 35 34
Octal 305 264 103 0 11 102 27 64 65 64
Binary 11000101 10110100 1000011 0 1001 1000010 10111 110100 110101 110100

Color Harmonies of #C5B443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B443

Black with #C5B443

Text Example


Text Example

White with #C5B443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B443; }

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

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

background-color css

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

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

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

border-color css

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

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

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