#cfba39

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

Shades of Old Gold #CFBA39

Tints of Old Gold #CFBA39

Color information

#CFBA39 (or 0xCFBA39) is unknown color: approx Old Gold. HEX triplet: CF, BA and 39. RGB value is (207,186,57). Sum of RGB (Red+Green+Blue) = 207+186+57=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA39 is #3045C6. Grayscale: #B2B2B2. Windows color (decimal): -3163591 or 3783375. OLE color: 3783375.

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

Color convert

RGB20718657-
CMYK00.100.720.19
HSL51.6º60.98%51.76%-
HSV(B)51.6º72.46%81.18%-
XYZ44.0348.6810.95-
YUV177.5759.96148.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 57 (22.66% from 255) = 12.67%
R=46%
G=41.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071865700.100.720.1951.660.9851.76
HexCFBA390A4813343d34
Octal3172727101211023647564
Binary110011111011101011100101010100100010011110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfba39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfba39; }

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

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

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

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

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

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

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

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