Html Css Color HEX #C5B438 Old Gold

📋 copy color: '#C5B438'

red 197 ◦ green 180 ◦ blue 56

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

Shades of Old Gold #C5B438

Tints of Old Gold #C5B438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 45.5%
G = 41.57%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5B438 (or 0xC5B438) is known color: Old Gold. HEX triplet: C5, B4 and 38. RGB value is (197,180,56). Sum of RGB (Red+Green+Blue) = 197+180+56=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B438 is #3A4BC7. Grayscale: #ABABAB. Windows color (decimal): -3820488 or 3716293. OLE color: 3716293.

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

Color convert

RGB 197 180 56 -
CMYK 0 0.09 0.72 0.23
HSL 52.77º 0.56% 0.5% -
HSV(B) 52.77º 0.72% 0.77% -
XYZ 40.06 44.8 10.28 -
YUV 170.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 197 180 56 0 0.09 0.72 0.23 52.77 0.56 0.5
Hex C5 B4 38 0 9 48 17 35 38 32
Octal 305 264 70 0 11 110 27 65 70 62
Binary 11000101 10110100 111000 0 1001 1001000 10111 110101 111000 110010

Color Harmonies of #C5B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B438

Black with #C5B438

Text Example


Text Example

White with #C5B438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B438; }

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

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

background-color css

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

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

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

border-color css

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

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

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