#CFBF39

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

Shades of Old Gold #CFBF39

Tints of Old Gold #CFBF39

Color information

#CFBF39 (or 0xCFBF39) is unknown color: approx Old Gold. HEX triplet: CF, BF and 39. RGB value is (207,191,57). Sum of RGB (Red+Green+Blue) = 207+191+57=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF39 is #3040C6. Grayscale: #B5B5B5. Windows color (decimal): -3162311 or 3784655. OLE color: 3784655.

HSL color Cylindrical-coordinate representation of color #CFBF39: hue angle of 53.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 #CFBF39 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20719157-
CMYK00.080.720.19
HSL53.6º60.98%51.76%-
HSV(B)53.6º72.46%81.18%-
XYZ45.150.8211.3-
YUV180.5158.3146.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 57 (22.66% from 255) = 12.53%
R=45.49%
G=41.98%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071915700.080.720.1953.660.9851.76
HexCFBF39084813363d34
Octal3172777101011023667564
Binary110011111011111111100101000100100010011110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF39; }

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

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

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

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

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

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

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

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