#C8B72E

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

Shades of Old Gold #C8B72E

Tints of Old Gold #C8B72E

Color information

#C8B72E (or 0xC8B72E) is unknown color: approx Old Gold. HEX triplet: C8, B7 and 2E. RGB value is (200,183,46). Sum of RGB (Red+Green+Blue) = 200+183+46=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B72E is #3748D1. Grayscale: #ADADAD. Windows color (decimal): -3623122 or 3061704. OLE color: 3061704.

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

Color convert

RGB20018346-
CMYK00.080.770.22
HSL53.38º62.6%48.24%-
HSV(B)53.38º77%78.43%-
XYZ41.2546.349.36-
YUV172.4656.63147.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 46 (18.36% from 255) = 10.72%
R=46.62%
G=42.66%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001834600.080.770.2253.3862.648.24
HexC8B72E084D16353f30
Octal3102675601011526657760
Binary110010001011011110111001000100110110110110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B72E; }

 p { color: rgb(200,183,46); }

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

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

 a { background-color: rgb(200,183,46); }

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

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

 span { border-color: rgb(200,183,46); }

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