Html Css Color HEX #C5B730 Old Gold

📋 copy color: '#C5B730'

red 197 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #C5B730

Tints of Old Gold #C5B730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 46.03%
G = 42.76%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5B730 (or 0xC5B730) is known color: Old Gold. HEX triplet: C5, B7 and 30. RGB value is (197,183,48). Sum of RGB (Red+Green+Blue) = 197+183+48=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B730 is #3A48CF. Grayscale: #ACACAC. Windows color (decimal): -3819728 or 3192773. OLE color: 3192773.

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

Color convert

RGB 197 183 48 -
CMYK 0 0.07 0.76 0.23
HSL 54.36º 0.61% 0.48% -
HSV(B) 54.36º 0.76% 0.77% -
XYZ 40.49 45.95 9.53 -
YUV 171.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 197 183 48 0 0.07 0.76 0.23 54.36 0.61 0.48
Hex C5 B7 30 0 7 4C 17 36 3D 30
Octal 305 267 60 0 7 114 27 66 75 60
Binary 11000101 10110111 110000 0 111 1001100 10111 110110 111101 110000

Color Harmonies of #C5B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B730

Black with #C5B730

Text Example


Text Example

White with #C5B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B730; }

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

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

background-color css

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

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

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

border-color css

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

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

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