#cfbf3f

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

Shades of Old Gold #CFBF3F

Tints of Old Gold #CFBF3F

Color information

#CFBF3F (or 0xCFBF3F) is unknown color: approx Old Gold. HEX triplet: CF, BF and 3F. RGB value is (207,191,63). Sum of RGB (Red+Green+Blue) = 207+191+63=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF3F is #3040C0. Grayscale: #B5B5B5. Windows color (decimal): -3162305 or 4177871. OLE color: 4177871.

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

Color convert

RGB20719163-
CMYK00.080.700.19
HSL53.33º60%52.94%-
HSV(B)53.33º69.57%81.18%-
XYZ45.2650.8912.14-
YUV181.1961.3146.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 63 (25% from 255) = 13.67%
R=44.90%
G=41.43%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071916300.080.700.1953.336052.94
HexCFBF3F084613353c35
Octal3172777701010623657465
Binary110011111011111111111101000100011010011110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbf3f; }

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

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

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

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

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

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

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

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