#CFB040

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

Shades of Old Gold #CFB040

Tints of Old Gold #CFB040

Color information

#CFB040 (or 0xCFB040) is unknown color: approx Old Gold. HEX triplet: CF, B0 and 40. RGB value is (207,176,64). Sum of RGB (Red+Green+Blue) = 207+176+64=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB040 is #304FBF. Grayscale: #ACACAC. Windows color (decimal): -3166144 or 4239567. OLE color: 4239567.

HSL color Cylindrical-coordinate representation of color #CFB040: hue angle of 46.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB040 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20717664-
CMYK00.150.690.19
HSL46.99º59.83%53.14%-
HSV(B)46.99º69.08%81.18%-
XYZ42.1844.6911.25-
YUV172.566.77152.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=46.31%
G=39.37%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071766400.150.690.1946.9959.8353.14
HexCFB0400F45132f3c35
Octal31726010001710523577465
Binary1100111110110000100000001111100010110011101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB040; }

 p { color: rgb(207,176,64); }

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

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

 a { background-color: rgb(207,176,64); }

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

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

 span { border-color: rgb(207,176,64); }

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