#CFBA3D

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

Shades of Old Gold #CFBA3D

Tints of Old Gold #CFBA3D

Color information

#CFBA3D (or 0xCFBA3D) is unknown color: approx Old Gold. HEX triplet: CF, BA and 3D. RGB value is (207,186,61). Sum of RGB (Red+Green+Blue) = 207+186+61=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA3D is #3045C2. Grayscale: #B2B2B2. Windows color (decimal): -3163587 or 4045519. OLE color: 4045519.

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

Color convert

RGB20718661-
CMYK00.100.710.19
HSL51.37º60.33%52.55%-
HSV(B)51.37º70.53%81.18%-
XYZ44.1348.7211.49-
YUV178.0361.96148.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 61 (24.22% from 255) = 13.44%
R=45.59%
G=40.97%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071866100.100.710.1951.3760.3352.55
HexCFBA3D0A4713333c35
Octal3172727501210723637465
Binary110011111011101011110101010100011110011110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA3D; }

 p { color: rgb(207,186,61); }

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

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

 a { background-color: rgb(207,186,61); }

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

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

 span { border-color: rgb(207,186,61); }

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