Html Css Color HEX #C5B62E Old Gold

📋 copy color: '#C5B62E'

red 197 ◦ green 182 ◦ blue 46

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

Shades of Old Gold #C5B62E

Tints of Old Gold #C5B62E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.82%

 BLUE value IS 46 (18.36% from 255) = 10.82%

R = 46.35%
G = 42.82%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5B62E (or 0xC5B62E) is known color: Old Gold. HEX triplet: C5, B6 and 2E. RGB value is (197,182,46). Sum of RGB (Red+Green+Blue) = 197+182+46=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B62E is #3A49D1. Grayscale: #ABABAB. Windows color (decimal): -3819986 or 3061445. OLE color: 3061445.

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

Color convert

RGB 197 182 46 -
CMYK 0 0.08 0.77 0.23
HSL 54.04º 0.62% 0.48% -
HSV(B) 54.04º 0.77% 0.77% -
XYZ 40.25 45.52 9.25 -
YUV 170.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 197 182 46 0 0.08 0.77 0.23 54.04 0.62 0.48
Hex C5 B6 2E 0 8 4D 17 36 3E 30
Octal 305 266 56 0 10 115 27 66 76 60
Binary 11000101 10110110 101110 0 1000 1001101 10111 110110 111110 110000

Color Harmonies of #C5B62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B62E

Black with #C5B62E

Text Example


Text Example

White with #C5B62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B62E; }

 p { color: rgb(197,182,46); }

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

background-color css

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

 a { background-color: rgb(197,182,46); }

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

border-color css

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

 span { border-color: rgb(197,182,46); }

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