Html Css Color HEX #C5B738 Old Gold

📋 copy color: '#C5B738'

red 197 ◦ green 183 ◦ blue 56

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

Shades of Old Gold #C5B738

Tints of Old Gold #C5B738

RGB

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

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

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

R = 45.18%
G = 41.97%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5B738 (or 0xC5B738) is known color: Old Gold. HEX triplet: C5, B7 and 38. RGB value is (197,183,56). Sum of RGB (Red+Green+Blue) = 197+183+56=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B738 is #3A48C7. Grayscale: #ADADAD. Windows color (decimal): -3819720 or 3717061. OLE color: 3717061.

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

Color convert

RGB 197 183 56 -
CMYK 0 0.07 0.72 0.23
HSL 54.04º 0.56% 0.5% -
HSV(B) 54.04º 0.72% 0.77% -
XYZ 40.67 46.02 10.48 -
YUV 172.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 197 183 56 0 0.07 0.72 0.23 54.04 0.56 0.5
Hex C5 B7 38 0 7 48 17 36 38 32
Octal 305 267 70 0 7 110 27 66 70 62
Binary 11000101 10110111 111000 0 111 1001000 10111 110110 111000 110010

Color Harmonies of #C5B738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B738

Black with #C5B738

Text Example


Text Example

White with #C5B738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B738; }

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

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

background-color css

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

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

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

border-color css

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

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

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