Html Css Color HEX #C5B542 Old Gold

📋 copy color: '#C5B542'

red 197 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #C5B542

Tints of Old Gold #C5B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 44.37%
G = 40.77%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5B542 (or 0xC5B542) is known color: Old Gold. HEX triplet: C5, B5 and 42. RGB value is (197,181,66). Sum of RGB (Red+Green+Blue) = 197+181+66=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B542 is #3A4ABD. Grayscale: #ADADAD. Windows color (decimal): -3820222 or 4371909. OLE color: 4371909.

HSL color Cylindrical-coordinate representation of color #C5B542: hue angle of 52.67º 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 #C5B542 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 66 -
CMYK 0 0.08 0.66 0.23
HSL 52.67º 0.53% 0.52% -
HSV(B) 52.67º 0.66% 0.77% -
XYZ 40.53 45.31 11.76 -
YUV 172.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 197 181 66 0 0.08 0.66 0.23 52.67 0.53 0.52
Hex C5 B5 42 0 8 42 17 35 35 34
Octal 305 265 102 0 10 102 27 65 65 64
Binary 11000101 10110101 1000010 0 1000 1000010 10111 110101 110101 110100

Color Harmonies of #C5B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B542

Black with #C5B542

Text Example


Text Example

White with #C5B542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B542; }

 p { color: rgb(197,181,66); }

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

background-color css

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

 a { background-color: rgb(197,181,66); }

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

border-color css

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

 span { border-color: rgb(197,181,66); }

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