Html Css Color HEX #C5B83F Old Gold

📋 copy color: '#C5B83F'

red 197 ◦ green 184 ◦ blue 63

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

Shades of Old Gold #C5B83F

Tints of Old Gold #C5B83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 44.37%
G = 41.44%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5B83F (or 0xC5B83F) is known color: Old Gold. HEX triplet: C5, B8 and 3F. RGB value is (197,184,63). Sum of RGB (Red+Green+Blue) = 197+184+63=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B83F is #3A47C0. Grayscale: #AEAEAE. Windows color (decimal): -3819457 or 4176069. OLE color: 4176069.

HSL color Cylindrical-coordinate representation of color #C5B83F: hue angle of 54.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5B83F is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 63 -
CMYK 0 0.07 0.68 0.23
HSL 54.18º 0.54% 0.51% -
HSV(B) 54.18º 0.68% 0.77% -
XYZ 41.06 46.51 11.52 -
YUV 174.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 197 184 63 0 0.07 0.68 0.23 54.18 0.54 0.51
Hex C5 B8 3F 0 7 44 17 36 36 33
Octal 305 270 77 0 7 104 27 66 66 63
Binary 11000101 10111000 111111 0 111 1000100 10111 110110 110110 110011

Color Harmonies of #C5B83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B83F

Black with #C5B83F

Text Example


Text Example

White with #C5B83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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