#C8B538

Color #C8B538 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C8B538

Tints of Old Gold #C8B538

Color information

#C8B538 (or 0xC8B538) is unknown color: approx Old Gold. HEX triplet: C8, B5 and 38. RGB value is (200,181,56). Sum of RGB (Red+Green+Blue) = 200+181+56=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B538 is #374AC7. Grayscale: #ACACAC. Windows color (decimal): -3623624 or 3716552. OLE color: 3716552.

HSL color Cylindrical-coordinate representation of color #C8B538: hue angle of 52.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8B538 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20018156-
CMYK00.090.720.22
HSL52.08º56.69%50.2%-
HSV(B)52.08º72%78.43%-
XYZ41.0645.6110.38-
YUV172.4362.29147.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=45.77%
G=41.42%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001815600.090.720.2252.0856.6950.2
HexC8B538094816343932
Octal3102657001111026647162
Binary110010001011010111100001001100100010110110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B538; }

 p { color: rgb(200,181,56); }

 H1.HeaderClassName
 {
   color: #C8B538;
 }
 .AnyTagClassName
 {
   color: #C8B538;
 }
</style>
background-color css

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

 a { background-color: rgb(200,181,56); }

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

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

 span { border-color: rgb(200,181,56); }

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