Html Css Color HEX #C5B23E Old Gold

📋 copy color: '#C5B23E'

red 197 ◦ green 178 ◦ blue 62

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

Shades of Old Gold #C5B23E

Tints of Old Gold #C5B23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 62 (24.61% from 255) = 14.19%

R = 45.08%
G = 40.73%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5B23E (or 0xC5B23E) is known color: Old Gold. HEX triplet: C5, B2 and 3E. RGB value is (197,178,62). Sum of RGB (Red+Green+Blue) = 197+178+62=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B23E is #3A4DC1. Grayscale: #AAAAAA. Windows color (decimal): -3820994 or 4108997. OLE color: 4108997.

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

Color convert

RGB 197 178 62 -
CMYK 0 0.10 0.69 0.23
HSL 51.56º 0.54% 0.51% -
HSV(B) 51.56º 0.69% 0.77% -
XYZ 39.82 44.06 10.96 -
YUV 170.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 197 178 62 0 0.10 0.69 0.23 51.56 0.54 0.51
Hex C5 B2 3E 0 A 45 17 34 36 33
Octal 305 262 76 0 12 105 27 64 66 63
Binary 11000101 10110010 111110 0 1010 1000101 10111 110100 110110 110011

Color Harmonies of #C5B23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B23E

Black with #C5B23E

Text Example


Text Example

White with #C5B23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B23E; }

 p { color: rgb(197,178,62); }

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

background-color css

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

 a { background-color: rgb(197,178,62); }

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

border-color css

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

 span { border-color: rgb(197,178,62); }

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