Html Css Color HEX #C5B035 Old Gold

📋 copy color: '#C5B035'

red 197 ◦ green 176 ◦ blue 53

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

Shades of Old Gold #C5B035

Tints of Old Gold #C5B035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 46.24%
G = 41.31%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C5B035 (or 0xC5B035) is known color: Old Gold. HEX triplet: C5, B0 and 35. RGB value is (197,176,53). Sum of RGB (Red+Green+Blue) = 197+176+53=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B035 is #3A4FCA. Grayscale: #A8A8A8. Windows color (decimal): -3821515 or 3518661. OLE color: 3518661.

HSL color Cylindrical-coordinate representation of color #C5B035: hue angle of 51.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5B035 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 53 -
CMYK 0 0.11 0.73 0.23
HSL 51.25º 0.58% 0.49% -
HSV(B) 51.25º 0.73% 0.77% -
XYZ 39.19 43.18 9.64 -
YUV 168.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 197 176 53 0 0.11 0.73 0.23 51.25 0.58 0.49
Hex C5 B0 35 0 B 49 17 33 3A 31
Octal 305 260 65 0 13 111 27 63 72 61
Binary 11000101 10110000 110101 0 1011 1001001 10111 110011 111010 110001

Color Harmonies of #C5B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B035

Black with #C5B035

Text Example


Text Example

White with #C5B035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B035; }

 p { color: rgb(197,176,53); }

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

background-color css

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

 a { background-color: rgb(197,176,53); }

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

border-color css

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

 span { border-color: rgb(197,176,53); }

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