#C8AD3F

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

Shades of Old Gold #C8AD3F

Tints of Old Gold #C8AD3F

Color information

#C8AD3F (or 0xC8AD3F) is unknown color: approx Old Gold. HEX triplet: C8, AD and 3F. RGB value is (200,173,63). Sum of RGB (Red+Green+Blue) = 200+173+63=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD3F is #3752C0. Grayscale: #A9A9A9. Windows color (decimal): -3625665 or 4173256. OLE color: 4173256.

HSL color Cylindrical-coordinate representation of color #C8AD3F: hue angle of 48.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8AD3F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20017363-
CMYK00.140.680.22
HSL48.18º55.47%51.57%-
HSV(B)48.18º68.5%78.43%-
XYZ39.6642.5310.82-
YUV168.5368.45150.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 63 (25% from 255) = 14.45%
R=45.87%
G=39.68%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001736300.140.680.2248.1855.4751.57
HexC8AD3F0E4416303734
Octal3102557701610426606764
Binary110010001010110111111101110100010010110110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD3F; }

 p { color: rgb(200,173,63); }

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

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

 a { background-color: rgb(200,173,63); }

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

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

 span { border-color: rgb(200,173,63); }

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