Html Css Color HEX #C5B439 Old Gold

📋 copy color: '#C5B439'

red 197 ◦ green 180 ◦ blue 57

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

Shades of Old Gold #C5B439

Tints of Old Gold #C5B439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.13%

R = 45.39%
G = 41.47%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5B439 (or 0xC5B439) is known color: Old Gold. HEX triplet: C5, B4 and 39. RGB value is (197,180,57). Sum of RGB (Red+Green+Blue) = 197+180+57=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B439 is #3A4BC6. Grayscale: #ABABAB. Windows color (decimal): -3820487 or 3781829. OLE color: 3781829.

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

Color convert

RGB 197 180 57 -
CMYK 0 0.09 0.71 0.23
HSL 52.71º 0.55% 0.5% -
HSV(B) 52.71º 0.71% 0.77% -
XYZ 40.09 44.81 10.41 -
YUV 171.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 197 180 57 0 0.09 0.71 0.23 52.71 0.55 0.5
Hex C5 B4 39 0 9 47 17 35 37 32
Octal 305 264 71 0 11 107 27 65 67 62
Binary 11000101 10110100 111001 0 1001 1000111 10111 110101 110111 110010

Color Harmonies of #C5B439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B439

Black with #C5B439

Text Example


Text Example

White with #C5B439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B439; }

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

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

background-color css

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

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

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

border-color css

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

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

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