Html Css Color HEX #C5B732 Old Gold

📋 copy color: '#C5B732'

red 197 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #C5B732

Tints of Old Gold #C5B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 45.81%
G = 42.56%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5B732 (or 0xC5B732) is known color: Old Gold. HEX triplet: C5, B7 and 32. RGB value is (197,183,50). Sum of RGB (Red+Green+Blue) = 197+183+50=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B732 is #3A48CD. Grayscale: #ACACAC. Windows color (decimal): -3819726 or 3323845. OLE color: 3323845.

HSL color Cylindrical-coordinate representation of color #C5B732: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5B732 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 50 -
CMYK 0 0.07 0.75 0.23
HSL 54.29º 0.6% 0.48% -
HSV(B) 54.29º 0.75% 0.77% -
XYZ 40.54 45.97 9.75 -
YUV 172.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 197 183 50 0 0.07 0.75 0.23 54.29 0.6 0.48
Hex C5 B7 32 0 7 4B 17 36 3C 30
Octal 305 267 62 0 7 113 27 66 74 60
Binary 11000101 10110111 110010 0 111 1001011 10111 110110 111100 110000

Color Harmonies of #C5B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B732

Black with #C5B732

Text Example


Text Example

White with #C5B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B732; }

 p { color: rgb(197,183,50); }

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

background-color css

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

 a { background-color: rgb(197,183,50); }

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

border-color css

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

 span { border-color: rgb(197,183,50); }

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