Html Css Color HEX #C5C038 Old Gold

📋 copy color: '#C5C038'

red 197 ◦ green 192 ◦ blue 56

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

Shades of Old Gold #C5C038

Tints of Old Gold #C5C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 44.27%
G = 43.15%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5C038 (or 0xC5C038) is known color: Old Gold. HEX triplet: C5, C0 and 38. RGB value is (197,192,56). Sum of RGB (Red+Green+Blue) = 197+192+56=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C038 is #3A3FC7. Grayscale: #B2B2B2. Windows color (decimal): -3817416 or 3719365. OLE color: 3719365.

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

Color convert

RGB 197 192 56 -
CMYK 0 0.03 0.72 0.23
HSL 57.87º 0.56% 0.5% -
HSV(B) 57.87º 0.72% 0.77% -
XYZ 42.59 49.86 11.12 -
YUV 177.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 197 192 56 0 0.03 0.72 0.23 57.87 0.56 0.5
Hex C5 C0 38 0 3 48 17 3A 38 32
Octal 305 300 70 0 3 110 27 72 70 62
Binary 11000101 11000000 111000 0 11 1001000 10111 111010 111000 110010

Color Harmonies of #C5C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C038

Black with #C5C038

Text Example


Text Example

White with #C5C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C038; }

 p { color: rgb(197,192,56); }

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

background-color css

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

 a { background-color: rgb(197,192,56); }

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

border-color css

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

 span { border-color: rgb(197,192,56); }

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