#C8B833

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

Shades of Old Gold #C8B833

Tints of Old Gold #C8B833

Color information

#C8B833 (or 0xC8B833) is unknown color: approx Old Gold. HEX triplet: C8, B8 and 33. RGB value is (200,184,51). Sum of RGB (Red+Green+Blue) = 200+184+51=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B833 is #3747CC. Grayscale: #AEAEAE. Windows color (decimal): -3622861 or 3389640. OLE color: 3389640.

HSL color Cylindrical-coordinate representation of color #C8B833: hue angle of 53.56º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B833 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20018451-
CMYK00.080.740.22
HSL53.56º59.36%49.22%-
HSV(B)53.56º74.5%78.43%-
XYZ41.5646.89.97-
YUV173.6258.8146.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=45.98%
G=42.30%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001845100.080.740.2253.5659.3649.22
HexC8B833084A16363b31
Octal3102706301011226667361
Binary110010001011100011001101000100101010110110110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B833; }

 p { color: rgb(200,184,51); }

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

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

 a { background-color: rgb(200,184,51); }

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

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

 span { border-color: rgb(200,184,51); }

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