#CFB940

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

Shades of Old Gold #CFB940

Tints of Old Gold #CFB940

Color information

#CFB940 (or 0xCFB940) is unknown color: approx Old Gold. HEX triplet: CF, B9 and 40. RGB value is (207,185,64). Sum of RGB (Red+Green+Blue) = 207+185+64=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB940 is #3046BF. Grayscale: #B2B2B2. Windows color (decimal): -3163840 or 4241871. OLE color: 4241871.

HSL color Cylindrical-coordinate representation of color #CFB940: hue angle of 50.77º 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 #CFB940 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20718564-
CMYK00.110.690.19
HSL50.77º59.83%53.14%-
HSV(B)50.77º69.08%81.18%-
XYZ44.0148.3311.86-
YUV177.7863.79148.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 64 (25.39% from 255) = 14.04%
R=45.39%
G=40.57%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071856400.110.690.1950.7759.8353.14
HexCFB9400B4513333c35
Octal31727110001310523637465
Binary1100111110111001100000001011100010110011110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB940; }

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

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

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

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

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

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

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

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