Html Css Color HEX #C5B838 Old Gold

📋 copy color: '#C5B838'

red 197 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #C5B838

Tints of Old Gold #C5B838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

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

R = 45.08%
G = 42.11%
B = 12.81%

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

#C5B838 (or 0xC5B838) is known color: Old Gold. HEX triplet: C5, B8 and 38. RGB value is (197,184,56). Sum of RGB (Red+Green+Blue) = 197+184+56=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B838 is #3A47C7. Grayscale: #ADADAD. Windows color (decimal): -3819464 or 3717317. OLE color: 3717317.

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

Color convert

RGB 197 184 56 -
CMYK 0 0.07 0.72 0.23
HSL 54.47º 0.56% 0.5% -
HSV(B) 54.47º 0.72% 0.77% -
XYZ 40.88 46.44 10.55 -
YUV 173.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 197 184 56 0 0.07 0.72 0.23 54.47 0.56 0.5
Hex C5 B8 38 0 7 48 17 36 38 32
Octal 305 270 70 0 7 110 27 66 70 62
Binary 11000101 10111000 111000 0 111 1001000 10111 110110 111000 110010

Color Harmonies of #C5B838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B838

Black with #C5B838

Text Example


Text Example

White with #C5B838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B838; }

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

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

background-color css

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

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

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

border-color css

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

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

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