Html Css Color HEX #C5B62D Old Gold

📋 copy color: '#C5B62D'

red 197 ◦ green 182 ◦ blue 45

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

Shades of Old Gold #C5B62D

Tints of Old Gold #C5B62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 46.46%
G = 42.92%
B = 10.61%

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

#C5B62D (or 0xC5B62D) is known color: Old Gold. HEX triplet: C5, B6 and 2D. RGB value is (197,182,45). Sum of RGB (Red+Green+Blue) = 197+182+45=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B62D is #3A49D2. Grayscale: #ABABAB. Windows color (decimal): -3819987 or 2995909. OLE color: 2995909.

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

Color convert

RGB 197 182 45 -
CMYK 0 0.08 0.77 0.23
HSL 54.08º 0.63% 0.47% -
HSV(B) 54.08º 0.77% 0.77% -
XYZ 40.23 45.52 9.15 -
YUV 170.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 197 182 45 0 0.08 0.77 0.23 54.08 0.63 0.47
Hex C5 B6 2D 0 8 4D 17 36 3F 2F
Octal 305 266 55 0 10 115 27 66 77 57
Binary 11000101 10110110 101101 0 1000 1001101 10111 110110 111111 101111

Color Harmonies of #C5B62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B62D

Black with #C5B62D

Text Example


Text Example

White with #C5B62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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